“vs atalho de código para mudar para o terminal para editor” Respostas de código

vs atalho de código para mudar para o terminal para editor

{
  "key": "ctrl+j",
  "command": "workbench.action.focusActiveEditorGroup",
  "when": "!terminalFocus"
},
{
  "key": "ctrl+k",
  "command": "workbench.action.terminal.focus",
  "when": "terminalFocus"
}
Frantic Flamingo

vs atalho de código para mudar para o terminal para editor

Step to configure:

Go to: File > Preferences > keyboard shortcuts
then in the search-bar search for "focus terminal"
select "workbench.action.terminal.focus" and then ctrl+k or press your custom key and then press enter.
Similarly, in the search-bar search for "focus active editor group
select "workbench.action.focusActiveEditorGroup" and then press ctrl+j or press your custom key and then press enter.
After the above setup:

Press ctrl+k to focus cursor on terminal
Press ctrl+j to focus cursor on coding section without closing terminal
Frantic Flamingo

Respostas semelhantes a “vs atalho de código para mudar para o terminal para editor”

Perguntas semelhantes a “vs atalho de código para mudar para o terminal para editor”

Mais respostas relacionadas para “vs atalho de código para mudar para o terminal para editor” em JavaScript

Procure respostas de código populares por idioma

Procurar outros idiomas de código