Atom - weliame/MyDoc GitHub Wiki
react
autocomplete-modules
docblockr: a helper package for writing code blocker comments
sublime-style-column-selection
pigments: a package to display colors in project and files
file-icons
open-in-browsers
activate-power-mode
atom-beautify
cursor-history : ctrl+i, ctrl+o go/back to cursor position history
dash : ctrl + h to show 150+ API documentation sets from many languages and frameworks
fuzzy-finder : quick find file
go-outline : for go lang outline
git-line : ctrl+alt+cmd+b tooltip with git-blame information about current line
highlight-selected: highlights the current work selected when double clicking
markdown-preview-enhanced
symbol-gen : Generate symbols with cmd-alt-g so you can fuzzy search for symbols across your project. (don't know how to use)
terminal-status (optional)
standard-formatter: plugin to use semistandard-format
npm install -g semistandard-format : semistandard-format is used by standard-formatter
linter-eslint : check es code error on save
Above three packages will combine to provide a better formatter.
linter-csslint : check css lint
linter-javac
linter-xmllint
linter-golinter
linter-ruby : check ruby code error on save
alt + t : git time machine, show commit time history
cmd + number : change tab, from 1 to 9
cmd + t / cmd + p : find file by file name/path in current project
cmd + r : find variable or function in current file
cmd + b : browse list of open files
cmd + w : quick close current tab
ctrl + m : Go to matching bracket ()
ctrl + g : quick go to line
ctrl+i, ctrl+o go/back to cursor position history
alt + shift + s : show available code snippets
cmd + shift + p : atom command palette
cmd + shift + \ : trigger tree view of current file
cmd + alt + <- / -> : Cursor history, cursor back / forward
ctrl + shift + m : markdown preview
ctrl + alt + m : Select code inside matching brackets
ctrl + alt + o :