Friday, September 4, 2015

Must-have SublimeText Plugins for JavaScript Developers


Sublime Text is a great application for just about any developer to have in their toolbox. It's a sophisticated text editor for code, markup and prose.You'll love the slick user interface, extraordinary features and amazing performance. It is basically a cross platform, highly customizable, advanced text editor and sits nicely between full featured IDEs (which are notoriously resource hungry) and command line editors such Vim or Emacs (which have steep learning curves).

One of the things that makes Sublime so great is its extensible plugin architecture. This makes it easy for developers to extend Sublime’s core functionality with new features such as code completion, or the embedding of remote API documentation. Sublime Text doesn’t come with plugins enabled out of the box — they are typically installed through a 3rd party package manager simply called Package Control. To install Package Control in Sublime Text, please follow the installation guide on their website.

To improve your workflow and make you more productive as JavaScript developers, the ten must-have Sublime plugins are as below:

1. Babel

2. JSHint

3. JsFormat

4. DocBlockr

5. Side​Bar​ Enhancements

6. AngularJS

7. TypeScript

8. Handlebars

9. Better CoffeeScript

10. jQuery

Full described article available here

No comments:

Post a Comment