{ "cmd": ["c:/Python36/python.exe", "-u", "$file"], "file_regex": "^[ ]*File \"(...*?)\", line ([0-9])*", "selector": "source.python" }
[//自动提示代码, [""]表示自动实现,不需要快捷键 { "keys": [""], "command": "code_intel_auto_complete" }, //跳转到函数定义 { "keys": ["alt+right"], "command": "goto_python_definition"}, //返回到跳转位置 { "keys": ["alt+left"], "command": "back_to_python_definition"} ]