1

I have installed Visual Studio 2015 RC SDK on my machine. I don't have Visual Studio Package template when creating a new project. This is the screen shot of Visual Studio 2015 RC

enter image description here

As you can see no templates for Visual Studio Package.

This is the screen shot of my Visual Studio 2013:

enter image description here

Question

How to develop VSPackages in Visual Studio 2015 RC?

NOTE

I already have Visual Studio 2015 RC SDK installed.

A-Sharabiani
  • 17,750
  • 17
  • 113
  • 128

1 Answers1

2

In VS 2015, you start with a VSIX project, and then add Items, like for example a VSPackage - see http://blogs.msdn.com/b/visualstudio/archive/2015/05/29/extending-visual-studio-2015.aspx

ErikEJ
  • 40,951
  • 5
  • 75
  • 115