Atom 是 GitHub 打造的現(xiàn)代編輯器,速度快,跨平臺,支持各種插件以及可以異常方便地自定義擴展
如何安裝
- 設(shè)置界面: cmd-, => install -> search package
- apm: apm install package name (需要安裝Shell Commands: Atom => Install Shell Commands)
插件推薦
-
minimap
了解當前所在位置 -
emmet
快速編寫DOM -
language-vue
vue語法高亮及代碼補全 -
atom-beautify
Beautify HTML、CSS、JavaScript、PHP、Python,and more in Atom -
autoprefixer
Prefix CSS and SCSS
快捷鍵: cmd-shift-x -
color-picker
快捷鍵: cmd-shift-c -
last-cursor-position
快捷鍵:
alt-- travel to previous cursor position
alt-_ undo previous travel -
atom-ternjs
JavaScript自動補全 -
autocomplete-paths
-
file-icons
-
sync-settings
備份、同步 -
platformio-ide-terminal
Terminal in Atom
cmd-shift-t : new
cmd-shift-x : close
cmd-shift-j : previous
cmd-shitf-k : next
ctrl-` : toggle -
stylus
Add syntax highlighting and snippets to Stylus files in Atom -
linter-eslint
eslint 錯誤提示和自動修復