'What is the shortcut for 'change language mode' in Visual Studio Code?

When I press cmd + K M to access the "Change Language Mode" option in Visual Studio Code, it opens keymap extensions marketplace section. Is it a shortcut conflict or am I doing it wrong?

  • Visual Studio Code Version: 1.20.1
  • OS: MacOS High Sierra 10.13.3


Solution 1:[1]

There is a space between ?K and M in the documentation for Mac:

Change Language Mode ?K M workbench.action.editor.changeLanguageMode

So, on Mac:

  • press ? and K at the same time, release and then only press M.

On Windows the corresponding shortcut is similar:

  • press CTRLandK together, release and then press M

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1