Skip to content

esaul/awesome-atom

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 

Repository files navigation

Awesome Atom Awesome

A curated list of delightful Atom packages and resources. For more awesomeness, check out awesome.

Table of Content

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:

atom-linter

Themes

UI

UI packages can change your atom editor's appearance.

Syntax

Uncategorized

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

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

Atom Reverser in action

Launch terminal app on current file's directory with "Ctrl-Shift-T" in Atom.

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

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

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.

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

EditorConfig helps developers maintain consistent coding styles between different editors

atom-editor-config

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

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

Lots of monospace fonts.

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

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

Resolve your git merge conflicts in Atom.

A preview of the full source code.

A package to display colors in project and files.

Open rspec file by current file in rails project.

Sorts your lines. Never gets tired.

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

The terminal inside the editor complete with themes and more.

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

Quickly toggle between single and double quotes.

About

A curated list of delightful Atom packages and resources.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published