How to find command by pressing keybinding in VSCode

前端 未结 2 995
囚心锁ツ
囚心锁ツ 2021-02-19 03:29

I\'m looking for a way for VS Code to tell me the command name for a keybinding.

In Emacs, this functionality is available under describe-key (C-h k

2条回答
  •  庸人自扰
    2021-02-19 03:56

    As of the September 2018 release, VSCode can do this from the keyboard shortcuts window.

    From the keyboard shortcuts window (cmd+k cmd+s), type cmd+option+k or click the keyboard icon on the right.

    Kudos to this comment linking to this approach as an answer to another question.

提交回复
热议问题