I need help to find the command which allows an Command in Visual Studio to add a option to the Coding Interface Context Menu , so that if you right click on an class you would be able to use the Extension
Asked
Active
Viewed 498 times
0
-
You can reference the "Extend Menus and Commands" section on the MS Docs site -> https://learn.microsoft.com/en-us/visualstudio/extensibility/extending-menus-and-commands?view=vs-2022 – Joost00719 Oct 05 '22 at 07:28
-
You can see [1](https://stackoverflow.com/questions/31759396/vsix-adding-a-menu-item-to-the-visual-studio-editor-context-menu) and [2](https://stackoverflow.com/questions/45988749/visual-studio-extensions-adding-element-to-the-code-editor-contextmenu), hope these can help you. – Jingmiao Xu-MSFT Oct 07 '22 at 01:54