Home  >  Article  >  Development Tools  >  How to add comment shortcut keys for methods in sublime

How to add comment shortcut keys for methods in sublime

藏色散人
藏色散人forward
2020-10-19 14:35:476209browse

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 add comment shortcut keys for methods in sublime

#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!

Statement:
This article is reproduced at:cnblogs.com. If there is any infringement, please contact admin@php.cn delete