安装好atom后设置:
- Core
- File Encoding: Unicode (UTF-8)
- Editor
- 勾选 Show Indent Guide
- tab length: 4
安装插件:
- atom-beautify 格式化代码 ctrl+alt+b
- python-tools 定义跳转 ctrl+alt+g
- autocomplete-python 自动补全
- python-debugger 调试插件 alt+r
- platformio-ide-terminal 命令终端插件 ctrl+`
- script 脚本执行插件 ctrl+shit+b
- linter-flake8 语法检查
- atom-runner 代码运行(只能输出,不能输入)alt+r
- atom-python-run 代码运行(Windows,可以输入) F5/F6
- minimap 代码缩略图
网友评论