【发布时间】:2021-12-02 01:45:19
【问题描述】:
我已设置键绑定 Ctrl+Alt+B 以在 sublimeREPL 中运行代码。但是,最近当我运行代码时,它不会显示我对代码所做的最后一次更改。我必须先 Ctrl+B 然后按 Ctrl+Alt+B 才能正常运行 代码:
print("Hello")
print("added this line just now, this wont show up")
【问题讨论】:
标签: python sublimetext3 sublimerepl