Shortcut to toggle language selection #41046
Unanswered
bnjjj
asked this question in
Help and General Q&A
Replies: 2 comments
-
|
Add to your keybinds: [
{
"context": "Workspace",
"bindings": {
"f1": "language_selector::Toggle"
}
}
] |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
mac definitely has a default shortcut:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
When I was on vscode I was often using a shortcut to open the programming language selection for the current file. It was pretty useful when I'm copy pasting code from somewhere in a new file just to benefit from syntax highlighting. But I can't do this only with my keyboard because I have to click on the select box at the bottom to select my language like yaml for example.
Is there a way to configure this ? And if not would you be open for that kind of contribution ?
Beta Was this translation helpful? Give feedback.
All reactions