Sublime Text 3代码提示插件Anaconda下载:http://damnwidget.github.io/anaconda/#carousel-features
安装后写代码出现白框:
光标移到白框行,下方状态栏里可以看到错误信息:
可见原因是代码不符合PEP 8 规范。规范摘要见:http://blog.sae.sina.com.cn/archives/4781
解决方法有两个:
一是直接关闭Anaconda的这项提示,Sublime > Preferences > Package Settings > Anaconda > Settings User 中添加如下代码:
{"anaconda_linting": false}
二是安装格式化插件Python PEP8 Autoformat,快捷键Ctrl+Shift+R。下载:https://bitbucket.org/StephaneBunel/pythonpep8autoformat