none是什么意思sublimetext3python代码⾃动补全⼀: 在菜单栏中选择Preferences -> Package control 选择下图的第⼀个
⼆: 输⼊SublimeCodeIntel(我安装过了,所以不会显⽰)
三:
输⼊(ps:每个⼈的python路径可能不同,请看⾃⼰的python地址):
{
"codeintel_language_settings": {
"Python3": {
"python3": "C:\\Program Files\\Python\\",
"codeintel_scan_extra_dir": [
"C:\\Program Files\\Python\\DLLs",
"C:\\Program Files\\Python\\Lib",
format保留两位小数"C:\\Program Files\\Python\\Lib\\site-packages",
"C:\\Program Files\\Python\\Lib\\idlelib",
"C:\\Program Files\\Python\\python36.zip",
vue路由跳转传递参数"C:\\Program Files\\Python",python在线编辑器python3
"C:\\Program Files\\Python\\Lib\\*",
],
"codeintel_scan_files_in_project": true,
"codeintel_selected_catalogs": []
},
}
}
输⼊:
[
送情郎dj张晓棠//⾃动提⽰代码
{ "keys": ["alt+/"], "command": "code_intel_auto_complete" }, //跳转到函数定义
{ "keys": ["alt+right"], "command": "goto_python_definition"}, //返回到跳转位置
{ "keys": ["alt+left"], "command": "back_to_python_definition"}
]
输⼊:
[
//ctrl+⿏标左键跳转函数
vlookup取多行数据函数{ "button": "button1", "modifiers": ["ctrl"], "command": "goto_python_definition", "press_command": "drag_select" }
]
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。
发表评论