“VS KOD KROKUS W celu przejścia na terminal na edytor” Kod odpowiedzi

VS KOD KROKUS W celu przejścia na terminal na edytor

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

VS KOD KROKUS W celu przejścia na terminal na edytor

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

Odpowiedzi podobne do “VS KOD KROKUS W celu przejścia na terminal na edytor”

Pytania podobne do “VS KOD KROKUS W celu przejścia na terminal na edytor”

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu