sublime text 3
-
anaconda, SublimeText 3转换成一个丰富的Python开发编辑器
- set
{ "python_interpreter": "/usr/local/bin/python3", "complete_parameters": true, "complete_all_parameters": true, "pep8_ignore": [ "E501" ] }
- key:
"anaconda_auto_format", "keys": ["ctrl+alt+r"]
,"anaconda_goto", "keys": ["ctrl+alt+g"]
,"anaconda_find_usages", "keys": ["ctrl+alt+f"]
- 介绍
-
代码自动补全 SublimeCodeIntel
-
SublimeREPL
-
Python PEP8 Autoformat:
ctrl+shift+r
自动规划python代码格式