一、Ctrl+Shift+P进行插件“sublimeREPL”安装

二、打开preferences->Key Binding-User,写入以下内容
[ { "keys": ["f5"], "caption": "SublimeREPL:Python", "command": "run_existing_window_command", "args": { "id": "repl_python_run", "file": "config/Python/Main.sublime-menu" } }, ]

 

三、以后运行python代码只需要按“F5”就ok了

相关文章:

  • 2021-12-22
  • 2021-09-25
  • 2021-12-27
  • 2021-06-27
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-29
  • 2021-12-14
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案