spyder

缩进风格:空格和tab键

Anaconda spyder 设置tab键为2个空格 tool -> Preference-> Editor->Adevanced setting->4 spaces

格式化代码

  • 安装:conda install autopep8
  • 除此之外,还需要安装下载插件文件,通过GitHub上的库即可下载解压:https://github.com/Nodd/spyder_autopep8
  • 文件夹spyder_autopep8放在指定的spyder文件目录C:\Users\Administrator\Anaconda3\Scripts
  • 重启编辑器,在source菜单中可以看见run autopep8选项(Ctrl+F8快捷键)

使用这个插件:autopep8 for Spyder(https://github.com/Nodd/spyder_autopep8) 虽然Python是一种代码功能取决于空白量的语言,但美化工具永远无法以统一的方式真正格式化代码。 但Autoep8不能解决被违反的代码格式化约定(如Pylint所示)。

显示空格和tab键

Tools-->>preferences-->>editor-->>display-->>show blank spaces

results matching ""

    No results matching ""