Skip to content

Instantly share code, notes, and snippets.

@panduroab
Last active February 7, 2016 00:23
Show Gist options
  • Select an option

  • Save panduroab/1f49daa5774368417362 to your computer and use it in GitHub Desktop.

Select an option

Save panduroab/1f49daa5774368417362 to your computer and use it in GitHub Desktop.

##Essential sublime text 2/3 plugins

To install these plugins we need to install Sublime Text Package Control, https://packagecontrol.io/installation

1.- GitGutter, https://github.com/jisaacks/GitGutter

A sublime text 2/3 plugin to show an icon in the gutter area indicating whether a line has been inserted, modified or deleted.

2.- DocBlockr, https://github.com/spadgos/sublime-jsdocs

DocBlockr is a package for Sublime Text 2 & 3 which makes writing documentation a breeze. DocBlockr supports JavaScript (including ES6), PHP, ActionScript, Haxe, CoffeeScript, TypeScript, Java, Apex, Groovy, Objective C, C, C++ and Rust.

3.- JsFormat, https://github.com/jdc0589/JsFormat

JsFormat is a javascript formatting plugin for Sublime Text 2. It uses jsbeautifier to format whole js or json files, or the selected portion(s).

4.- JSLint, https://github.com/73rhodes/Sublime-JSLint

The JavaScript Code Quality Tool

5.- Emmet, http://emmet.io/

Emmet is a plugin for many popular text editors which greatly improves HTML & CSS workflow

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment