How to add a keyboard shortcut on a Visual Studio extension?
I'm trying to learn how to add keyboard shortcuts to a Visual Studio 2022 extension.
I shared my current attempt here on MSFT Q&A:
https://learn.microsoft.com/en-us/answers/questions/2115590/how-to-add-a-keyboard-shortcut-on-a-visual-studio
Appreciate any help on this!
How to add a keyboard shortcut on a Visual Studio extension? - Micr...
I'm trying to learn how to create a keyboard shortcut on a Visual Studio 2022 extension.
I would like to get the shortcut visible and editable at Tools > Options > Environment > Keyboard
Steps i tried:
Addded: …
0 Replies