Change menu item string for VSPackage

43 views Asked by At

I have a C# VSPackage project. It's a tool that helps with some stuff here in our office. It operates via a Tools menu item. I thought of a better name for the menu item, but how do I change it in the code? Every instance I've tried changing doesn't effect it at all. I've even tried changing the Assembly name, but apparently that doesn't work for VSPackages. Any ideas?

1

There are 1 answers

1
Special Sauce On BEST ANSWER

Please check within the .vsct file. An example is here: https://msdn.microsoft.com/en-us/library/bb166492.aspx