如何从终端导航回 Intellij 中的代码
How to navigate from terminal back to code in Intellij
我在 mac。我可以使用 F12(das 键盘)从我的代码移动到嵌入式终端,但我不知道如何返回到代码?是否有"last window"键或window选择键?
工作流程:
- 写一些代码
- F12 跳转到终端
- 运行 测试
跳回代码
- ...重复...
此外,关于查看快捷方式的热键的任何建议也会有所帮助。
注意:escape 和 F12(再次)不起作用
来自https://www.jetbrains.com/help/idea/2016.1/working-with-embedded-local-terminal.html
按alt+f12在终端window和编辑缓冲区之间跳转。或者,您可以按 CTRL+SHIFT+W 关闭终端 window,这将使您回到编辑缓冲区。
我在 mac。我可以使用 F12(das 键盘)从我的代码移动到嵌入式终端,但我不知道如何返回到代码?是否有"last window"键或window选择键?
工作流程:
- 写一些代码
- F12 跳转到终端
- 运行 测试
跳回代码 - ...重复...
此外,关于查看快捷方式的热键的任何建议也会有所帮助。
注意:escape 和 F12(再次)不起作用
来自https://www.jetbrains.com/help/idea/2016.1/working-with-embedded-local-terminal.html
按alt+f12在终端window和编辑缓冲区之间跳转。或者,您可以按 CTRL+SHIFT+W 关闭终端 window,这将使您回到编辑缓冲区。