sublime-代码提示
Posted zzqc
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sublime-代码提示相关的知识,希望对你有一定的参考价值。
py的话安装这个插件: Anaconda
user配置
1 { 2 "python_interpreter":"F:/PY3/python.exe", 3 "suppress_word_completions":true, 4 "suppress_explicit_completions":true, 5 "complete_parameters":true, 6 }
default里面:
1 "python_interpreter": "F:/PY3/python.exe",
然后就好啦。
以上是关于sublime-代码提示的主要内容,如果未能解决你的问题,请参考以下文章