Trying to create a "Visual Studio Package" (a tool for use by developers within Visual Studio itself) for Microsoft Visual Studio 2015 ?
A book I bought indicates that option ought to be accessible via "New Project" > Templates > Visual C# > Extensibility. But that option, "Visual Studio Package" is not there.
I did download what's supposedly the VS SDK for 2015 and installed it. It indicated that it is for 2013 as it was installing. And it did not make any difference, even after rebooting.
That SDK, by the way, is quite hard to locate. Microsoft's webpages seem to bounce one around and never give it up. What disorganized crap!
Any tips here would be appreciated. I could revert back to Visual Studio 2013, but I'd rather like to give 2015 a try if this is possible.
Thanks, James Hurst
Visual Studio SDK is now included in Visual Studio Installer and download link is also available inside IDE:
The Visual Studio Extensibility Tools (VS SDK and templates) are included as an optional feature in Visual Studio setup.
If you’d like to include the Extensibility Tools with your custom Visual Studio installation, you can find them under Features / Common Tools / Visual Studio Extensibility Tools.
You can install the Extensibility Tools at a later time by opening the New Project dialog and selecting the Install Visual Studio Extensibility Tools item under Visual C# / Extensibility.
If you open a solution with an extensibility project without first installing the Extensibility Tools, you will be prompted by a highlighted information bar above the Solution Explorer. Click on the Visual Studio Extensibility Tools link to install the Extensibility Tools.
Source:
You might also want to check this must have addon: Extensibility Tools 2015