Home > Article > Development Tools > How to batch annotate in notepad
notepad The steps for batch commenting are as follows:
1. Open a code file and select the comments that need to be made. code.
Related recommendations: "Notepad using graphic tutorial"
2. After selecting the annotation, click the menu 'Edit' options.
#3. The drop-down menu pops up to select and add/uncomment.
#4. The next-level menu pops up and select the add/cancel comment option.
#5. You can see that the add/uncomment information has been added to the code.
Batch comments through shortcut keys:
Single-line, multi-line comments //Method: ctrl k
Block Notes/ * * */ Method: Ctrl Q
## Series to cancel single line, multi -line, block annotation: Ctrl Shift KThe above is the detailed content of How to batch annotate in notepad. For more information, please follow other related articles on the PHP Chinese website!