Home > Development Tools > sublime > body text

How to add comment shortcut keys for methods in sublime

藏色散人
Release: 2020-10-19 14:35:47
forward
6189 people have browsed it

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!

Related labels:
source:cnblogs.com
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!