How to activate function lists in Notepad ++

The question may sound silly.

I am using NP ++ 6.8.8 (the last thing I add to the main page)

I would like to use a list of functions (mainly as described here ), with nothing special, just to see the PHP functions.

I can open the function list window, but I do not see any functions.

Do I need to do something to make this work?

The List.XML function - in the installation directory of the NPP - looks normal. And I still haven't used feature lists, but I know that it worked some time ago.

PS:

even that didn’t help the list of functions Notepad ++ PHP does not work if I did not close the PHP tag

+5
source share
1 answer

The functional List.xml in% APPDATA% (= C: \ Documents and Settings \ <User> \ <App Data> \ Notepad ++) must be deleted (or renamed).

This file contains only three languages, and the file in the program directory contains many more languages.

In addition, a link to a list of Notepad ++ PHP functions was useful , not working unless I closed the PHP tag .

NPP link:

https://notepad-plus-plus.org/community/topic/11285/how-to-activate-function-lists-in-notepad

+3
source

Source: https://habr.com/ru/post/1242777/


All Articles