The following tutorial column of sublime will introduce to you how to add comment shortcut keys for methods in sublime. I hope it will be helpful to friends who need it!
#How to annotate methods in sublime?
Enter /** in front of the method and press Enter, or ctrl shift /Enter and then * and press Enter.
Commonly used comment forms are:
Single line comment After selecting the content, ctrl /
Multi-line comment After selecting the content, ctrl shift /
Common shortcuts Key summary:
ctrl r Search method
ctrl p Search file
ctrl FSearch text
ctrl shift C
The above is the detailed content of How to add comment shortcut keys for methods in sublime. For more information, please follow other related articles on the PHP Chinese website!