SublimeCodeIntel自动补全
http://blog.youkuaiyun.com/m1mory/article/details/72582661
http://www.cnblogs.com/jxldjsn/p/6034158.html
python3环境
tools > build system > new build system
内容改为如下,python3路径相应修改:
{
"encoding": "utf-8",
"working_dir": "$file_path",
"shell_cmd": "C:\\Python36\\python.exe -u \"$file\"",
"file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",
"selector": "source.python"
}
保存文件名为python36,选择该build选项后,ctrl + B OK
本文介绍如何在Sublime Text中为Python3环境配置自动补全功能,通过修改构建系统设置实现语法高亮及代码智能提示,提高Python开发效率。
1万+

被折叠的 条评论
为什么被折叠?



