Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to activate function lists in Notepad++

Tags:

notepad++

The question might sound stupid.

I am using NP++ 6.8.8 (the latest I addording the homepage)

I would like to use the function list (basically as described here), with nothing special, just to see PHP-functions.

I can open the function list window, but don't see any functions.

Do I need to do something to get this working?

The functionList.XML - in the NPP installation directory - looks OK. And I have not used function lists it until now, but know it worked some time back.

PS:

not even this helped Notepad++ function list PHP not working if I didn't close the PHP tag

like image 450
Kurt Ludikovsky Avatar asked Feb 11 '16 13:02

Kurt Ludikovsky


Video Answer


1 Answers

The functionList.xml in the %APPDATA% (= C:\Documents and Settings\< User >\< App Data >\Notepad++) need to be deleted (or renamed).

This file only containes a three languages, while the file in the Program directory contains many more languages.

In addition the link to Notepad++ function list PHP not working if I didn't close the PHP tag was helpful as well.

NPP Ref:

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

like image 179
Kurt Ludikovsky Avatar answered Oct 26 '22 02:10

Kurt Ludikovsky