Sublime text 2 is a relatively new code editor. Although it is still a beta version, it has provided a lot of very good combinations of features and performance. Here I have to leave the Komodo that I trust and invest in it.
With these ooto features provided by sublime text 2, there is always room for expansion. Selecting a suitable plug-in or extension is not easy for developers, especially new users. Here we recommend the necessary plug-ins and extensions for sublime text 2 Development. Hope you will like them!
Zen Coding
Zen coding is a plug-in developed for high-speed HTML programming and editing. The core of this plug-in is a super powerful acronyms engine that allows you to extend expressions to HTML code, similar to CSS selectors.
Jquery package for sublime text
There is no doubt what else can we do without jquery? This is an excellent jquery development plug-in. I personally like it very much. If you are interested, you can check this article.
Sublime prefixr
A plug-in that uses the prefixr API to run CSS, developed by Jeffery way.
JS format
JS format is a javascript formatting plug-in of sublime text 2. It uses the Javascript format of the command line/Python module from JS beautifier to format the selected text or the entire file.
Sublimelinter
Sublimelinter is a plug-in that supports lint programs (or linters. Used to highlight error code lines. In addition, special annotations can be highlighted to help you locate errors more quickly.
Placeholders
I have been searching for a plug-in to create placeholder content. Using this plug-in can help you quickly implement it.
Sublime alignment
I personally like the correct formatting code. This plug-in is able to arrange variables neatly, which helps you effectively organize code content. You can also set multi-line selection and multi-content selection.
Clipboard history
Are you tired of retrieving the clipboard content frequently? It is a good choice to save your clipboard content to a history. This plug-in can help you.
Sublimerepl
This sublime text2 plugin helps you run your interpreter in sublime buffer. Support for Ruby and Python
Detectsyntax
This sublime text2 plugin helps you detect File Syntax. Especially when you encounter a custom file, such as a template file.
Nettuts fetch
This plug-in automatically copies the latest files, simply by entering keyboard shortcuts. You can use the latest file by executing a curl request to the specified URL.
Jsminifier
A good practice is to minimize your files before deploying files to the server. This plug-in will use the Google closure compiler to help you automatically reduce the Javascript file size.
Sublime codeintel
It is a smart plug-in from the Komodo editor. This feature allows you to display the auto-completion information of existing modules in real time and the information of the current method in the status bar.
Tag
When you need to process tags, tags are a great plug-in.
Bracket highlighter
This plug-in provides features such as highlighting and recognizing matching parentheses.
Case Conversion
Is case-insensitive conversion ignored? This plugin helps you save valuable time.
Stackoverflow search
Needless to say, technical problems are essential
Sublime guard
Provides you with seamless interface control guard and view guard output
Git
A plug-in that integrates git and sublime text and executes many commands you need.
Sublime change quotes
Single quotes are changed to double quotes, or, on the contrary, one of our obsessive-compulsive disorder
HEX to HSL
Is it true to manually convert the color hexcode to HSL? This plug-in has helped you a lot! [SHIFT + Ctrl + u!