This article consists ofbole Online - Ailing translation, Huang Limin School Draft.
English Source: ipestov.com. Welcome to join the translation team.
This article contains the author's hard-collected sublime text best plugin, very full.
The best sublime Text plugin
Hello, friends! I'm trying to collect the best St plugins and these plugins will really improve your workflow. I searched a lot of websites, and here are my results.
Webinspector
In JavaScript debugging, this is an amazing tool for sublime on the full Code checker.
Features: Use absolute path to store item breakpoints in user settings, console, step and breakpoint debugger, stack trace. These are great jobs! And Mozilla also provides a plugin fireplay lets you connect to Firefox development tools and the simplest debugger jshint
Video
Emmet
One of the most popular plugins in the editor. Emmet, formerly Zen Coding, is one of the most effective ways for web developers to improve productivity. By pressing the TAB key, Emmet can expand an abbreviation into a block of HTML and CSS code, and I want to mention the hayaku-collection of handy cascading style sheet abbreviations.
Videos with the best tips from the project author
Git
The essence of this plugin, look at its name to know – it provides the opportunity to work directly with Git using our favorite editor. Working together with git in this way can save you a lot of time. First: You do not need to switch between sublime and terminals from time to time. In addition: It has tag auto-completion function, write add is enough, not git add-a. 3rd: It has quick commit function (quick), one command adds all changes and commits all.
If you just want to use Git to get the contents of a remote repository, I recommend using nettuts+ Fetch.
There is a plugin called glue, which displays a small window below the interface where you can write shell scripts. In this way, your editor is not limited to using GIT.
Gitgutter& modific
These plug-ins can be high on lines that have changed in the last commit, in other words, the diff tool in real time.
Brackethighlighter
Great! Opening and collapsing a portion of the code should look like this.
Editorconfig
Editorconfig helps developers define and maintain a unified programming style between different editors and Ides. The Editorconfig project contains a file that defines the programming style, the text editor plug-in collection, which allows the editor to read the file and define the style according to it. For example. editorconfig file:
|
# top-most EditorConfig fileroot = true# Unix-style newlines with a newline ending every file[*]end_of_line = lfinsert_final_newline = true# 4 space indentation[*.py]indent_style = spaceindent_size = 4# Tab indentation (no size specified)[*.js]indent_style = tab# Indentation override for all JS under lib directory[lib/**.js]indent_style = spaceindent_size = 2# Matches the exact files either package.json or .travis.yml[{package.json,.travis.yml}]indent_style = spaceindent_size = 2 |
Sublimall
A simple plugin that allows you to synchronize all configurations (settings, plugins, open files, etc.) between different sublime Text editors. All is free and you only need to create an account. is a more minimalist alternative to the bufferscroll.
Translator Note: Now cannot register
>max Registration Reach
I ' m sorry about that, and don ' t forget that it's a beta version of Sublimall.
Registrations'll been soon re-opened!
Geoffrey.
Allautocomplete
The traditional sublime Text AutoComplete plugin works only under the current file. Allautocomplete can search all open tabs, which will greatly simplify the development process. Of course, there is a plugin called Codeintel, which implements some of the IDE's functions and provides "code intelligence" for some languages: JavaScript, Mason, XBL, XUL, RHTML, SCSS, Python, HTML, Ruby, Pytho N3, XML, Sass, XSLT, Django, HTML5, Perl, CSS, Twig, less, Smarty, node. js, Tcl, Templatetoolkit, PHP.
Sublimerepl
This may be one of the most useful plugins for developers. SUBLIMEREPL can run an interpreter directly in the editor, supporting many languages:
Clojure, Coffeescript, F #, Groovy, Haskell, Lua, Mozrepl, NodeJS, Python, R, Ruby, Scala, Shell
Docblockr
Docblockr will be an effective tool for you to write code documents. When you enter/** and press the TAB key, the plugin automatically resolves any function and prepares the appropriate template for you.
Floobits
Sublimetext, Vim, Emacs, IntelliJ idea is an excellent extension tool that allows developers to write code in collaboration with different editors.
Autofilename
Auto-Complete file path-very convenient. No nonsense.
ColorPicker
Usually, if we need a palette, we are accustomed to using Photoshop or GIMP. However, a complete color picker tool can be used directly in your editor- ctrl/cmd + Shift + C. There are also two plugins Guttercolor and colorhighlightergutter that can display great color highlighting in gutter, simplifying the positioning of color codes.
Colorcoder
All variables are highlighted, so the code positioning can be greatly simplified. This is especially helpful for programmers who have dyslexia.
Plaintasks
Outstanding Todo Table! All tasks are kept in the file, so it is convenient to bind tasks and projects together. You can create items, label, and set dates. Competitive user interface and shortcut keys.
Markdownediting
Probably the best plugin for markdonw: syntax highlighting, abbreviations, auto-completion, color schemes. You can also try using Markdownpreview as an alternative solution.
At last
Recommended! Sublime Text Best Plugin List