Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 1.45 KB

File metadata and controls

42 lines (31 loc) · 1.45 KB

Helpful plugins

  • [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.
  • AutoPEP8

    • Auto format python code with the pep8 rules.
  • Emmet

    • Official Emmet plugin (previously called Zen Coding) for Sublime Text 2. Html helpers and other things to web developer.
  • MarkdownPreview

    • A simple ST2 plugin to help you preview your markdown files quickly in you web browser.
  • SublimeCodeIntel

    • Auto completation tool.
  • SublimeLinter

    • 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

    • Unittest snippets.
  • PrettyJSON

    • Auto format JSON files.