美文网首页
Python IDE的atom安装设置

Python IDE的atom安装设置

作者: elvyn | 来源:发表于2018-08-05 09:23 被阅读0次

    安装好atom后设置:

    • Core
      1. File Encoding: Unicode (UTF-8)
    • Editor
      1. 勾选 Show Indent Guide
      2. tab length: 4

    安装插件:

    1. atom-beautify 格式化代码 ctrl+alt+b
    2. python-tools 定义跳转 ctrl+alt+g
    3. autocomplete-python 自动补全
    4. python-debugger 调试插件 alt+r
    5. platformio-ide-terminal 命令终端插件 ctrl+`
    6. script 脚本执行插件 ctrl+shit+b
    7. linter-flake8 语法检查
    8. atom-runner 代码运行(只能输出,不能输入)alt+r
    9. atom-python-run 代码运行(Windows,可以输入) F5/F6
    10. minimap 代码缩略图

    相关文章

      网友评论

          本文标题:Python IDE的atom安装设置

          本文链接:https://www.haomeiwen.com/subject/nzwvvftx.html