Recently in the study of PHP development, compared to a number of editors, prefer notepad++ style.
But to take advantage of the notepad++ tool, you need some of its plug-ins.
This article uses the notepad++7.2.2 version (some versions cannot use the Plugin Manager Plugin manager), the installation package I put on the network disk, the link is https://pan.baidu.com/s/1c2ewZS0, the extraction password is mcj9.
plugin 1:sourcecookifier
Sourcecookifier This plug-in is mainly used to do "function jump" function.
The plug-in installation steps are as follows:
Step1: Open notepad++ plugin manager, plugin->plugin manager->show Plugin Manager.
Step2: look for the Sourcecookifier plug-in option in the list of available tabs and tick, then click Install Install. You need to reboot the notepad++ after the installation is complete.
This installation is complete.
Use the Sourcecookifier steps as follows:
Step1: Opens the Sourcecookifier toolbar window. Plugin->sourcecookifier->toogle Sourcecookifier
step2: from Windows Explorer, drag the project source top-level directory into the Sourcecookifier toolbar window.
At this point, open any file in the project and move the cursor to the function name:
Press Ctrl+shift+enter to go to function definition
Position forward by Alt+right
Position backward by Alt+left
If the operation can not go to the function definition, you have to take a good look at your added engineering directory contains Chinese characters, Sourcecookifier can not identify China path.
Plugin 2:
Attach some notepad++ shortcut keys shortcut keys for collapsing and expanding
Collapse All levels alt+0
Expand All Levels alt+shift+0
Collapse Current level ctrl+alt+ F
Expand Current Level Ctrl+alt+shift+f
Comments, uncomment (contains single and multiple lines) ctrl+q