Home > Article > Development Tools > What are the commonly used plug-ins for Sublime Text3? And sublime plug-in installation
Sublime Text3 I believe many front-end enthusiasts are familiar with it. Sublime Text3 is a relatively easy-to-use front-end editor. , then, what plug-ins should we install after downloading, and what are the commonly used plug-ins. The following Sublime tutorial column will introduce the commonly used plug-ins and installation in detail.
Sublime Text3 download address: http://www.php.cn/xiazai/gongju/93
1: Ten commonly used small plug-ins for Sublime Text3
1. Automatic path completion, convenient and easy to use: AutoFileName
2. Code automatic completion and prompt plug-in: SublimeCodeIntel
3.css formatting: CSS Format
4. Software Chinese version plug-in: ChineseLocalization
5. Modify and delete in the specified code: GitGutter
6. Generate comments on the code: DocBlockr
7.HTML5 Tag expansion: HTML5
8. Display the color code of your choice: ColorHighlighter
9. Quickly create files: AdvancedNewFile
10. Enhanced toolbar: SideBarEnhancements
2: Sublime plug-in installation method
When many people install plug-ins, they will choose package control. Package control is relatively simple, but sometimes package control cannot be used. At this time we will It can only be installed manually. Many plug-ins are currently on github. We can use the git clone URL to download and install them.
At this time, you only need to cp the folder to /C:\Users\*user_name*\AppData\Roaming\Sublime Text 3\Packages, restart sublime and it will be ok. The software will automatically load the plug-in.
Of course, we can directly put the cd under the Package\ folder, and then git clone, which saves the cp and makes it easy to update.
The above is what are the commonly used plug-ins for Sublime Text3? As well as detailed explanations of sublime plug-in installation, please pay attention to SublimeText Tutorial for more knowledge.
The above is the detailed content of What are the commonly used plug-ins for Sublime Text3? And sublime plug-in installation. For more information, please follow other related articles on the PHP Chinese website!