我希望在视频演播室代码中打开的终端之间切换。
有了这个"Switch focus between editor and integrated terminal in Visual Studio Code"问题,我正确地设置了焦点,但是我想在终端之间切换,而不仅仅是从代码切换到终端。
有办法吗?
发布于 2021-11-30 09:42:38
在Windows 10上(不确定Linux和Mac):
若要在拆分终端窗口之间切换,请在Visual代码中使用
Alt + Right arrow / Left arrow
https://stackoverflow.com/questions/48440673
复制相似问题