save-session
An Atom package to restore your session
emmet
the essential tool for web developers
to expand abbreviations with Tab key, add the following section in your keymap.cson
:
'atom-text-editor:not([mini])':
'tab': 'emmet:expand-abbreviation-with-tab'
Balance(inward): ctrl-)
Balance(outward): ctrl-d
Merge Lines: shift-cmd-m
todo-show
Finds all the TODOs, FIXMEs, CHANGEDs, etc. in your project ctrl-shift-T
editorconfig
Helps developers maintain consistent coding styles between different editors
git-time-machine
Visually interact with git commit history for a file alt-t
project-manager
Project Manager for easy access and switching between projects in Atom ctrl-cmd-p
file-icons
Assign file extension icons and colours for improved visual grepping
project-sidebar
Atom editor sidebar plugin that can be used to open project directories ctrl-alt-p
, mine is ctrl-alt-t
open-recent
Open recent files in the current window, and recent folders (optionally) in a new window
advanced-open-file
Open and create files and directories easily. Type in a path (with autocomplete) and view directory contents alt-cmd-o
file-bookmark
Bookmark files in your project for quick access ctrl-alt-o
jshint
Validate JavaScript with JSHint. In realtime or on save. Supports JSX (React)
atom-alignment
A simple key-binding for aligning multi-line and multiple selections in Atom ctrl-alt-o
change-case
Change the case of selected text using node-change-case
highlight-selected
Highlights the current word selected when double clicking
pigments
A package to display colors in project and files
color-picker
Right click or press CMD-SHIFT-C/CTRL-ALT-C to open it
linter-csslint
Lint CSS on the fly, using csslint
linter-jshint
Linter plugin for JavaScript, using jshint
atom-beautify
Beautify HTML, CSS, JavaScript, PHP, Python, Ruby, Java, C, C++, C#, Objective-C, CoffeeScript, TypeScript, Coldfusion, and SQL in Atom
auto-detect-indentation
Automatically detect indentation of opened files
atom-ternjs
JavaScript code intelligence for atom with Tern. Adds support for ES5, ES6 (JavaScript 2015), Node.js, jQuery & Angular. Extendable via plugins. Uses suggestion provider by autocomplete-plus
Find definition: alt-click
Back from definition: ctrl-alt-z
Rename variable: ctrl-alt-c
docblockr
A helper package for writing documentation
expand-selection-to-quotes
Expands selections to single or double quotes cmd-'
toggle-quotes
Quickly toggle between single and double quotes cmd-"
select-rectangle
Select rectangle region alt-s
copy-path
Copy file paths in variable styles
atom-live-server
Launch a http server with live reload capability
javascript-snippets
JavaScript & NodeJS Snippets for Atom
turbo-javascript
A collection of commands and snippets for optimizing Javascript and Typescript development productivity
language-vue
Syntax highlighting for vue component files
caniuse
Quick access to the caniuse.com support tables
icon-fonts
Atom snippets for a variety of icon fonts
html-entities
Encode and decode HTML entities
autocomplete-html-entities
An autocomplete-plus 2.0 provider for HTML entities
regex-tester
Test Javascript regular expressions
block-comment-plus
Comment your code with block comments
react
React.js (JSX) language support, indentation, snippets, auto completion, reformatting
minimap
A preview of the full source code
minimap-autohide
Automatically hide the minimap when you aren't using it
autoprefixer
Prefix CSS and SCSS
language-babel
JavaScript ES201x, React JSX, Flow and GraphQL Grammar. Babel Transpiler
remote-edit
Browse and edit remote files using SFTP and FTP
git-plus
Do git things without the terminal
atom-material-ui
A dark UI theme for Atom that follows Google's Material Design Guidelines
merge-conflicts
Resolve git conflicts within Atom
atom-shortcuts
Helps you learn Atom's shortcuts, hit ctrl-`
to see a shortcut cheatsheet
atom-minify
Minifies JS and CSS files, optionally on save