安裝好atom后設(shè)置:
- Core
- File Encoding: Unicode (UTF-8)
- Editor
- 勾選 Show Indent Guide
- tab length: 4
安裝插件:
- atom-beautify 格式化代碼 ctrl+alt+b
- python-tools 定義跳轉(zhuǎn) ctrl+alt+g
- autocomplete-python 自動補全
- python-debugger 調(diào)試插件 alt+r
- platformio-ide-terminal 命令終端插件 ctrl+`
- script 腳本執(zhí)行插件 ctrl+shit+b
- linter-flake8 語法檢查
- atom-runner 代碼運行(只能輸出焚鲜,不能輸入)alt+r
- atom-python-run 代碼運行(Windows危号,可以輸入) F5/F6
- minimap 代碼縮略圖