With more complex key chords, it would be incredibly helpful to have "suggested" completions, based on the first element of the chord. For example, consider the following complicated workflow:
CMD + KESCAPE F1 to search for the desired command and keyboard shortcutESCAPEInstead, what should happen is that VS Code should show the users all of the key chords (or perhaps most commonly used commands _by that specific user_, based on telemetry data), that could possibly be pressed.
This would have the following benefits:
Cheers,
Trevor Sullivan
Microsoft MVP: PowerShell
https://trevorsullivan.net
https://twitter.com/pcgeek86
Eclipse does this and it is very nice. You have a popup menu after waiting about 1 second. You can then use the cursor keys to pick an item or finish the key chord.

http://spacemacs.org/ has this too and I love it. It makes discovering and learning key bindings easy.

Eclipse does this and it is very nice. You have a popup menu after waiting about 1 second. You can then use the cursor keys to pick an item or finish the key chord.
Blender also pops up a menu when there are more chords available.
Has there been any progress on this topic? I came here searching for how to use shortcut chords, thinking VSCode already had this feature.
I鈥檝e found this extension which might be the answer: https://marketplace.visualstudio.com/items?itemName=michaelgriscom.leadermode
Is there any plans to support it? Or are there any extensions which might help with that? The one above is not exactly what the topic starter meant I guess
Just to expand on this; I think that it's important to have this feature if you want to build up a set of mnemonic chords for shortcuts, similar to how Spacemacs is set up. This, plus the addition of 3-step chords (#6966), would make VSCode really flexible for the users that want to make sure their setup is _exactly_ the way they want it.
+1 to this, I'm trying to move from spacemacs and the which key extension is amazing, I want to setup my keybinds so that all non-text editing keybinds are using chords and it is a pain in the arse. This would make my life so so much easier
Shameless plug, but in this vein I created a keymap called Chord Heavy, inspired by Spacemacs chords. It鈥檇 greatly benefit from having this feature added!
Most helpful comment
Just to expand on this; I think that it's important to have this feature if you want to build up a set of mnemonic chords for shortcuts, similar to how Spacemacs is set up. This, plus the addition of 3-step chords (#6966), would make VSCode really flexible for the users that want to make sure their setup is _exactly_ the way they want it.