Home  >  Article  >  Development Tools  >  What are the commonly used plug-ins for Sublime Text3? And sublime plug-in installation

What are the commonly used plug-ins for Sublime Text3? And sublime plug-in installation

云罗郡主
云罗郡主Original
2019-02-16 16:39:205999browse



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!

Statement:
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

Related articles

See more