安装sublimeREPL即可解决问题
1、调用ctrl+shift+p,输入:sublimerepl选择并安装;
2、选择好我们要执行的py文件
3、选择Tools -> SublimeREPL -> Python -> RUN current file,可支持输入数据
4、创建F7快捷键方法:
perferences -- key bindings user 中粘贴如下代码
[ {"keys":["f7"], "caption": "SublimeREPL: Python - RUN current file",
"command": "run_existing_window_command", "args": { "id": "repl_python_run", "file": "config/Python/Main.sublime-menu" }} ]
时间: 2024-12-24 18:54:06