Skip to content

thehulke/best-atom-editor-packages

Repository files navigation

My list of atom packages

The most used beautifier package.

Beautify HTML, CSS, JavaScript, PHP, Python, Ruby, Java, C, C++, C#, Objective-C, CoffeeScript, TypeScript, Coldfusion, and SQL in Atom

Install: apm install atom-beautify

best JSDoc style comments for javascript development.

Control-Shift-d or Control-Shift-j to add comment templates.

/**
 * functionComment - description
 *  
 * @param  {type} argA description
 * @param  {type} argB description
 * @param  {type} argC description
 * @return {type}      description
 */
function functionComment (argA, argB, argC) {
    return 'javadoc';
}

Because, ofc... Package GIF

emmet

Used to be zen-coding.

no explanation needed.

Highlights the current word selected when double clicking.

Package GIF

JavaScript & NodeJS Snippets for Atom.

package GIF

A collection of commands and ES6 focused snippets for optimizing modern Javascript development productivity.

Linters

linter

linter-htmlhint

linter-jshint

linter-sass-lint

Resolve git conflicts within Atom.

package GIF

A preview of the full source code.

install: apm install minimap

Adds syntax highlighting and snippets to AngularJS in Atom.

package GIF

React.js (JSX) language support, indentation, snippets, auto completion, reformatting.

The awesome icons provided by Seti UI theme.

package IMG

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

install: apm install imdone-atom

package GIF

Themes

UI-Theme: Atom Material

UI theme IMG

Syntax Theme: Atom Dark

Syntax theme IMG

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors