Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Found an interesting trick here:
Run this .reg file:
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\VisualStudio\14.0\General]
"EnableVSIPLogging"=dword:00000001
Then in Visual Studio hold Ctrl+Shift and click any menu, toolbar command or context menu item. You will get a message box with the info about the command (like below):
---------------------------
VSDebug Message
---------------------------
Command data:
Guid = {1492DB0A-85A2-4E43-BF0D-CE55B89A8CC6}
GuidID = 849
CmdID = 1
Type = 0x00000001
Flags = 0x80000000
Canonical name = View.C#Interactive
Localized name = (Not set)
---------------------------
OK
---------------------------
Comments
- Anonymous
January 19, 2016
Oh, and if the command is declared in Roslyn, you can search for the GUID on http://source.roslyn.io: source.roslyn.io