-
[Git] 1
- Git commands inside your sublime.
-
[GitGutter] 2
- A sublime text 2 plugin to show an icon in the gutter area indicating whether a line has been inserted, modified or deleted.
-
- Auto format python code with the pep8 rules.
-
- Official Emmet plugin (previously called Zen Coding) for Sublime Text 2. Html helpers and other things to web developer.
-
- A simple ST2 plugin to help you preview your markdown files quickly in you web browser.
-
- Auto completation tool.
-
- SublimeLinter is a plugin that supports "lint" programs (known as "linters"). SublimeLinter highlights lines of code the linter deems to contain (potential) errors. It also supports highlighting special annotations (for example: TODO) so that they can be quickly located.
-
- Unittest snippets.
-
- Auto format JSON files.