Awesome Atom Massive Resources & Collection

A curated list of delightful Atom packages and resources.

Syntax

Language packages extend the editor with syntax highlighting and/or snippets for a specific language or file format.

Lint

In case the awesome nirvana that is linting has not yet been unleashed upon you:

lint was the name originally given to a particular program that flagged some suspicious and non-portable constructs (likely to be bugs) in C language source code. The term is now applied generically to tools that flag suspicious usage in software written in any computer language.

To enable linting, you’ll need the general linter which provides the interface for the provider plugins for specific languages. The full list of current plugins can be found at atomlinter.github.io, a few examples being:

1

Build

To enable building, you’ll need the general build which provides the interface for the provider plugins for specific languages and adds integrates with lint. The full list of current plugins can be found at atombuild.github.io, a few examples being:

atom-build

Extensions

Nuclide 1

An open IDE for web and native mobile development, built on top of Atom maintained by Facebook.

Best collection of Atom packages and resources 1

Collaboration

CodeSideStory 1

An Atom/Slack integration to start conversations about code right from the editor. Record screens and archive it right next to the line number to provide more context to your code.

Best collection of Atom packages and resources 2

Uncategorized

Advanced Open File

Helps Atom users to open files and folders easily. It can also creates new files and folders if they don’t currently exist.

Best collection of Atom packages and resources 3

Atom Reverser

Reverses your current selections; e.g. false to true

Atom Reverser in action

Atom Terminal

Launch terminal app on current file’s directory with “Ctrl-Shift-T” in Atom.

Best collection of Atom packages and resources 4

Autocomplete module import

Search & install npm packages from import/require statements by Algolia 1

Best collection of Atom packages and resources 5

Beautify

Beautify HTML (including Handlebars), CSS (including Sass and LESS), JavaScript, and much more in Atom.

Code Peek

Quickly peek and edit functions in separate files from the context of your current editor.

Code Peek Demo

Color Picker

Color picker that supports HEX, HEXa, RGB, RGBa, HSL, HSLa, HSV, HSVa, VEC3, VEC4 – and is able to convert between the formats. It also inspects Sass and LESS color variables.

Color Picker in action

Copy Paste

Types in your code for your from the clipboard/buffer. Simply copy the code and hit the shortcut to watch your code being typed. Copy paste is ideal for screencasts and online courses.

CSS Declaration Sorter

Sorts your CSS, Less or Sass declarations in Atom, never gets tired. You can choose from various ready-made orders to keep your CSS tidy.

CSS Declaration Sorter Demo

Duplicate Selection

Duplicates the selection if there is one, otherwise, duplicates the line.

Editor Config

EditorConfig helps developers maintain consistent coding styles between different editors

atom-editor-config

Emmet

Plugin which greatly improves HTML and CSS writing. Shortcuts can expand to complete set of HTML or CSS selectors.

File Icons 1

Adds file specific icons to atom for improved visual grepping. Works with Tree View and Fuzzy Finder and Tabs.

Fonts

Lots of monospace fonts.

Git Time Machine

It shows visual plot of commits to the current file over time and you can click on it on the timeplot or hover over the plot and see all of the commits for a time range.

git-time-machine

html-to-css

Generates CSS boilerplate based on the selected HTML. Supports CSS, SCSS, Sass, LESS, BEM, JSX.

html-to-css

iMDone

A task-board for TODOs, FIXMEs, HACKs, etc in your code.

Best collection of Atom packages and resources 6

Jumpy

An Atom package that creates dynamic hotkeys to jump around files across visible panes.

Best collection of Atom packages and resources 7

Merge Conflicts

Resolve your git merge conflicts in Atom.

Best collection of Atom packages and resources 8

Minimap

A preview of the full source code.

Pigments

A package to display colors in project and files.

Best collection of Atom packages and resources 9

Project Plus

Simply awesome project management in Atom.

Best collection of Atom packages and resources 10

Sort Lines

Sorts your lines. Never gets tired.

Best collection of Atom packages and resources 11

Sorter

Sorts Lines, JSON, CSS, HTML, CSV. Restores semicolons. Respects indentation. Supports natural sort.

Sync Settings

Synchronize package settings, keymap and installed packages across Atom instances.

PlatformIO IDE Terminal

A terminal package for Atom, complete with themes, API and more for PlatformIO IDE. This is a maintained (as of 2017-07-13) fork of terminal-plus.

Best collection of Atom packages and resources 12

TernJS

Javascript code intelligence for atom with tern.js and autocomplete-plus.

Test Navigator

Quickly navigate between test and implementation files.

Test Navigator Demo

Themer

Generate Atom syntax/UI theme packages (and matching themes for your other tools) from your favorite colors.

Toggle Quotes

Quickly toggle between single and double quotes.

Tree View Search Bar

Quick look in tree view.

Source: GitHub