Atom installation process
##down load Atom
- Atom IO: @https://atom.io/
##Atom plugin
atom-beautify
autoclose-html
change-case
editorconfig
fonts
highlight-selected
linter-eslint
- install by apm
apm install atom-beautify autoclose-html change-case editorconfig fonts highlight-selected linter-eslint
##Subline Text Theme
Sub Monokai
##change-case keybinding
'atom-workspace':
'ctrl-q': 'change-case:camel'
'ctrl-shift-q':'change-case:param'