python sublime text 插件
sublime吧
全部回复
仅看楼主
level 1
☞小牧 楼主
插件:
SublimeCodeIntel、SublimeREPL、Anaconda、IMESupport
快捷键设置:
[ {"keys": ["f5"],"caption": "SublimeREPL: Python - RUN current file","command": "run_existing_window_command","args": {"id": "repl_python_run","file": "config/Python/Main.sublime-menu"}}]
2018年09月29日 10点09分 1
level 1
☞小牧 楼主
SublimeCodeIntel:{ "python":{ "python":"C:/Python37/python.exe", "pythonExtraPaths":[ "C:/Python37", "C:/Python37/DLLs", "C:/Python37/Lib", "C:/Python37/Lib/site-packages", ] }}
2018年09月29日 10点09分 2
level 1
☞小牧 楼主
Anaconda:{ //忽略各种空格不对, 超过80字, import的函数没有使用的提醒, "pep8_ignore": ["E501", "W292", "E303", "W391", "E225", "E302", "W293", "E402"], "pyflakes_explicit_ignore": [ "UnusedImport" ], //保存文件后自动pep8格式化 "auto_formatting": true, //库函数的提示 "enable_signatures_tooltip": true, "merge_signatures_and_doc":true, "anaconda_linting": false,}
2018年09月29日 10点09分 3
1