sublime3实现终端交互模式

1.使用快捷键ctrl+shift+p打开控制中心

2.输入install package

3.查找
sublime实现终端交互模式
4.下载这个插件

5.在工具中出现了sublimepepl,然后可以选择
sublime实现终端交互模式
当然每次使用不可能都这样选择,可以设置快捷键

6.在preferences的快捷键中设置
sublime实现终端交互模式
[
{
    "keys": ["f5"],
    "caption": "SublimeREPL: Python - RUN current file",
    "command": "run_existing_window_command",
    "args": {
        "id": "repl_python_run",
        "file": "config/Python/Main.sublime-menu"
    }
}
]
注意:其中的f5可以设置为其他按键。

再次使用f5后就可以进入交互模式

相关文章:

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