Common Sublime text2 plug-ins, sublimetext2
No.01-Emmet
Emmet is a powerful front-end development tool, and its predecessor is Zen Coding. It makes it easy to write HTML code. The basic usage of Emmet is: Enter the abbreviated form and press the Tab key.
For more use of Emmet, please refer to the official documentation. This Quick query table can help you quickly remember the simplified form.
No. 02-SublimeLinter
SublimeLinter is a code verification plug-in that helps you identify errors or write nonstandard code, supports C/C ++, CoffeeScript, CSS, Git Commit Messages, Haml, HTML, Java, JavaScript, Lua, Objective-J, Perl, PHP, Puppet, Python, Ruby, and XML language.
No.03-SideBarEnhancements
SideBarEnhancements is a very useful shortcut menu enhancement plug-in, displays unsaved changes in the form of diff, displays the file in the file manager, copies the file path, and locates the file in the sidebar, there are also basic functions such as creating a file/directory, editing, opening/running, and displaying, searching, cutting, copying, pasting, renaming, and deleting in the select/upper-level directory/project, refresh and other common functions.
Another feature of SideBarEnhancements is to customize the program for opening a file. Right-click a file (folder) on the sidebar and select Open With-> Edit Applications to modify the association, the configuration file comes with examples, which can be easily applied.
Copy as Text... It is another feature of SideBarEnhancements. It can copy paths and URLs in various forms (or even data: uri of base64), transcoded file name, various HTML tags (a, img, script, style), etc.
No.04-SublimeCodeIntel
SublimeCodeIntel is a code prompt and complete plug-in, supports JavaScript, Mason, XBL, XUL, RHTML, SCSS, Python, HTML, Ruby, Python3, XML, Sass, XSLT, Django, HTML5, Perl, CSS, Twig, Less, Smarty, Node. js, Tcl, templatw.lkit, PHP, and other languages are excellent extensions of Sublime Text's built-in code prompt function. It also has a function to jump to variables and function definitions, which is very convenient.
Before using SublimeCodeIntel, you need to install the corresponding program and write the path ~ The ReadMe statements in/. codeintel/config or project_root/. codeintel/config are not described in detail.
We do not recommend that you use SublimeCodeIntel together with the extended package of a single language, although many language extensions package is better than SublimeCodeIntel's code prompting function. If you want to use it together, add the following content to the User configuration file (menu Preferences-> Package Settings-> SublimeCodeIntel-> Settings-User, and remove the language to be disabled.
01 |
"codeintel_enabled_languages": |
03 |
"JavaScript", "Mason", "XBL", "XUL", "RHTML", "SCSS", "Python", "HTML", |
04 |
"Ruby", "Python3", "XML", "Sass", "XSLT", "Django", "HTML5", "Perl", "CSS", |
05 |
"Twig", "Less", "Smarty", "Node.js", "Tcl", "TemplateToolkit", "PHP" |
07 |
"codeintel_live_enabled_languages": |
09 |
"JavaScript", "Mason", "XBL", "XUL", "RHTML", "SCSS", "Python", "HTML", |
10 |
"Ruby", "Python3", "XML", "Sass", "XSLT", "Django", "HTML5", "Perl", "CSS", |
11 |
"Twig", "Less", "Smarty", "Node.js", "Tcl", "TemplateToolkit", "PHP" |
No.05-Alignment
Alignment is a code formatting plug-in that can align the equal signs in multiple lines of code or adjust multiple lines of code to an indent level, the default shortcut key is ctrl + alt + a (cmd + ctrl + a on Mac OS ).
No.06-BracketHighlighter
BracketHighlighter is a plug-in that supports brackets, quotation marks, and label highlighting. It supports [], (), {}, ",", and so on, which is much more obvious than the built-in highlight of Sublime Text.
No. 07-Git
The Git plug-in integrates common features of git. Before using git, you need to install it and write it into environment variables.
No.08-JSFormat
JS formatting plug-in
No.09-SassBeautify
Sass file beautification plug-in
No. 10-DocBlockr
Automatically adds block-level comments to the function.
No. 11-Pretty JSON
JSON beautification Extension
No.12-SublimeTmpl
Html/js/css/php template plugin
No.13-Sublime Function Name Display
This plugin in displays the current file, class and function name on the status bar in Sublime Text 2 and 3.
Reference address:
Https://sublime.wbond.net/search
Reprinted statement:
Title: Sublime text2 common plug-ins
Link to this article: http://www.zuojj.com/archives/566.html.