Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Click command menu inspector #14

Open
taori opened this issue Sep 24, 2020 · 1 comment
Open

Click command menu inspector #14

taori opened this issue Sep 24, 2020 · 1 comment

Comments

@taori
Copy link

taori commented Sep 24, 2020

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
Copy link
Contributor

yannduran commented Sep 25, 2020

@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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants