1. The Package Control
As a must-have tool for installing the Sublime Text plugin, the package Control is the standard for this editor, allowing developers to quickly install the required plugins.
2. Git is one of the most commonly used software for version control software at work, and the most popular VCS are
Git。 Are you tired of saving text files and switching back to terminal to run some Git commands. Wouldn't it be nice if you could execute Git commands from the text editor itself?
3. Gitguttersublime Text with Git plugin, Gitgutter better help developers to see the changes and differences before the file, improve the efficiency of development.
4. Emmet
The Emmet project was formerly known as the Zen Codingby front-end developers (a solution for writing HTML/CSS code quickly). The Sublime Text editor with the Emmet plugin really lets you encode faster.
5. Allautocomplete
The Sublime Text default Autocomplete feature only considers the current file, and the Allautocomplete plugin searches all open files for matching prompt words.
6. Terminal
When you want to open the terminal in the directory where the current file is located, this plugin can help you. However, by default, it is set to open the terminal by pressing the Ctrl/cmd + Shift + T key shortcut. However, this is also a shortcut to open the last file you closed, you need to modify a shortcut key to be compatible with two functions.
7. Sublimerepl
This is probably the most useful plugin for programmers. SUBLIMEREPL allows you to run various languages (NodeJS, Python,ruby, Scala, Haskell, and so on) in Sublime Texxt.
8. ColorPicker Usually, if you want to use a color selector it may open
Photoshopor GIMP. In Sublime Text, you can use the built-in color picker. Once the installation is complete, simply press Ctrl/cmd + Shift + C shortcut.
9. Markdownpreview
While many developers prefer to create Markdown files in the cloud (GitHub gists,stackedit,markable). But other developers who like to write Markdown files locally, Markdownpreview is useful to preview files and color highlighting.
Ten. Docblockr
If you follow the coding style very strictly, this plugin can make your task easier. DOCBLOKR helps you create your code annotations by parsing functions, parameters, variables, and automatically adding basic items.
Original link: http://www.cnblogs.com/lhb25/p/10-essential-sublime-text-plugins.html
10 Sublime Text plugins required for full stack development