Skip to content

Latest commit

 

History

History
38 lines (34 loc) · 686 Bytes

AtomInstallation.md

File metadata and controls

38 lines (34 loc) · 686 Bytes

Atom Installation

Atom installation process

##down load Atom

##Atom plugin

    atom-beautify
    autoclose-html
    change-case
    editorconfig
    fonts
    highlight-selected
    linter-eslint
    -------------------
    webbox-color
    chrome-color-picker
    minimap
    pigments
  • 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'