In Visual Studio 2013, is there a way to move the menu commands to all Visual Studio instances without having to be in experimental instance? In Visual Studio 2010, I had a command in the Tools Menu that opened a project. Upgrading to 2013, I was reading around that add-ins were deprecated.
The method I was trying was adding my C# Visual Studio Package (has a command in the Tools Menu which works like an add-on) as an asset in a new VSIX Project, and installing it with the VSIX file. In the regular instance of VS2013, I see the installed project in the Extensions window, but no command in the toolbar. I wasn't able to find anything online after this step.
Am I missing some steps, or is this something that has to be done in the experimental instance only?