I have a question about Notepad++. Does it have something like function insight for PHP, you know, when I type a function's name I get a tooltip with the parameters? I searched the web, but I didn't find anything about this.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
gPHPedit has something like this (http://www.gphpedit.org/features.phtml):
Dropdown Function Lists
Start typing the first few characters of a PHP function name and gPHPEdit will drop down a list of all the PHP functions that match. It recognises all PHP functions up to and including PHP 4.3.0.
> Function Parameter Popups
After typing the name of a PHP function and hitting the open parenthisis "(" button, a list of the required/desired parameters will appear to help you remember the order of them.
> Class/Function Browser
If your file is in the same location as other PHP files, gPHPEdit will automatically examine them and display a list of all the functions and classes in those files in a tree view on the left hand side of the editor. This view can be hidden/shown with a keypress for those times when you wish to use the full width of your screen.
i'd really like to see this in notepad++ :-)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I would be very glad about it. At the moment I'm using PHP Designer, which has function insight, so I got used to it. But PHP Designer doesn't have code folding and plugins and there isn't a portable version of it. So if function insight would be implemented, I would switch to Notepad++
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello everybody,
I have a question about Notepad++. Does it have something like function insight for PHP, you know, when I type a function's name I get a tooltip with the parameters? I searched the web, but I didn't find anything about this.
that would be really great...
gPHPedit has something like this (http://www.gphpedit.org/features.phtml):
Dropdown Function Lists
Start typing the first few characters of a PHP function name and gPHPEdit will drop down a list of all the PHP functions that match. It recognises all PHP functions up to and including PHP 4.3.0.
> Function Parameter Popups
After typing the name of a PHP function and hitting the open parenthisis "(" button, a list of the required/desired parameters will appear to help you remember the order of them.
> Class/Function Browser
If your file is in the same location as other PHP files, gPHPEdit will automatically examine them and display a list of all the functions and classes in those files in a tree view on the left hand side of the editor. This view can be hidden/shown with a keypress for those times when you wish to use the full width of your screen.
i'd really like to see this in notepad++ :-)
could this be implemented via plugins? maybe i could do it (i'm the one who posted about porting to linux).
I would be very glad about it. At the moment I'm using PHP Designer, which has function insight, so I got used to it. But PHP Designer doesn't have code folding and plugins and there isn't a portable version of it. So if function insight would be implemented, I would switch to Notepad++