VsixCommunity / ExtensibilityEssentials

A Visual Studio extension pack
Other
58 stars 8 forks source link

Click command menu inspector #14

Open taori opened 3 years ago

taori commented 3 years ago

In a recent video you used some tool window to browse through the commands to try find a matching toolbar to inject your command into.

What if there was a command added which listens for the first next command that is being invoked and tells you meta information about that command (such as which menu it is the child of)

@madskristensen Is this even doable? I think it could be pretty useful.

In the past i have struggled to find the right menu id's to attach to.

yannduran commented 3 years ago

@taori

@madskristensen already has written an extension that does that: Command Explorer

If that doesn't help, you can google EnableVSIPLogging for an older method of doing it. (beware of possible performance degradation while that registry key is enabled, and remember to disable it again when you don't need it anymore)