网上参考的教程

1、Ctrl + shift + P ,在弹出的输入框中输入install package control;

2、Ctrl + shift +p, 输入 Package Control: Install Package,在弹出的框中输入SublimeREPL

3、点击Preferences,Key Buildings,输入以下内容,然后保存

[
      { "keys": ["f5"], "caption": "SublimeREPL:Python", 
                      "command": "run_existing_window_command", "args":
                      {
                           "id": "repl_python_run",
                           "file": "config/Python/Main.sublime-menu"
                      } 
    },
]

 


4、弄完之后,运行有input()的程序时,按F5

相关文章:

  • 2022-12-23
  • 2021-05-21
  • 2021-12-04
  • 2021-11-01
  • 2021-12-09
  • 2022-02-21
  • 2021-09-22
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-07-12
  • 2021-08-30
  • 2021-08-06
  • 2021-10-24
  • 2021-12-04
相关资源
相似解决方案