Search code examples
visual-studio-extensions

VSIX - Add item to "File" > "New" menu


Is it possible somehow to add a menu item to the "File" > "New" menu of Visual Studio from within a VSIX extension?

There is probably a special GUID that we could use in the .vsct file, but where can we find that please?


Solution

  • You can use Command Explorer extension to find out where to place your command.