A comprehensive list of my favourite Atom packages from 2015
ask-stack
Quickly get answers and code samples from Stack Overflow in Atom
atom-beautify
Beautify HTML (including Handlebars), CSS (including Sass and Less), JavaScript, and much more in Atom
atom-jade
Jade language support in Atom
autocomplete-modules
Autocomplete for require/import statements
autocomplete-paths
Adds path autocompletion to autocomplete+
color-picker
Right click or press CMD-SHIFT-C/CTRL-ALT-C to open it.
define-jump
Atom plugin to jump to the local declaration of a variable. Similar to Atom's built in Symbols view, but local to the current file and without the need for any configuration.
docblockr
A helper package for writing documentation
editor-stats
Display a graph of keyboard and mouse usage for the last 6 hours.
editorconfig
Helps developers maintain consistent coding styles between different editors
emmet
Emmet support for Atom– the essential tool for web developers
es6-javascript
A collection of commands and ES6 focused snippets for optimizing modern Javascript development productivity.
file-icons
Assign file extension icons and colours for improved visual grepping
formatter-coffeescript
Formatter for CoffeeScript
git-blame
Toggle git-blame annotations in the gutter of atom editor.
git-plus
Do git things without the terminal
git-projects
List and open your local Git projects in Atom.
glowing-cursor
A glowing cursor based on muchWeb's neon cursor
highlight-line
Highlights the current line in the editor
highlight-selected
Highlights the current word selected when double clicking
jade-beautify
Simple Jade Beautify application to reformat jade files
javascript-snippets
JavaScript & NodeJS Snippets for Atom
linter
Linter is a base linter provider for the Hackable Atom Editor.
It provides a top-level API to its consumer that allows them to visualize errors and other types of messages, easily.
linter-coffee-variables
This is a plugin for Linter that does some things that CoffeeLint can't: detecting variables that are used without being defined, and defined variables that aren't used. It's best used in conjunction with linter-coffeelint.
linter-coffeescript
Lint CoffeeScript on the fly, using coffee
linter-eslint
Lint JavaScript on the fly, using ESLint
markdown-preview-plus
Better markdown preview in atom (optional pandoc support)
merge-conflicts
Resolve git conflicts within Atom
minimap
A preview of the full source code.
minimap-highlight-selected
A minimap binding for the highlight-selected package
minimap-pigments
An Atom plugin to display pigments colors in the Minimap.
pigments
A package to display colors in project and files.
preview
Ultimate previewer of source code in Atom.
react-snippets
An Atom snippet library for React, React Router and Flux. This library uses ES6 syntax, if you would prefer ES5 or Coffeescript snippets please use the Atom React Package.
set-syntax
Creates easy Command Palette commands for setting the syntax of the current file
stacktrace
Navigate stacktraces within Atom.
This is one of my favourite packages in the list. It is very useful when debugging.
synced-sidebar
Based on Sublime Text SyncedSideBar plugin. Active tab & sidebar are synced - sidebar entry automatically scrolls into view.
toggle-quotes
Quickly toggle between single and double quotes
And finally, my hackathon project winner. (A work in progress but interesting none-the-less). ### Fitgit Fitgit - an activity tracker for coders. Like Editor stats but supercharged.