Home > Article > Development Tools > How to comment in notepad++
Check the status of the tool using the Notepad code tool. In order to facilitate the editing of the code, you need to add comments to the code and use the menu to add and uncomment methods.
Open a code file and select the code that needs to be commented. (Recommended learning: notepad use)
##After selecting, click the menu [Edit] option .
Select [Add/Cancel Comment] in the drop-down menu that pops up
The next-level menu pops up, select the appropriate annotation option according to the requirements.
The above is the detailed content of How to comment in notepad++. For more information, please follow other related articles on the PHP Chinese website!