VSIX Tutorial-Basic Extension

This tutorial will be based on Visual Studio 2012, so some menu item could differ!

Prerequisites

Install the VsSDK and restart Visual Studio

Create The Project

Screenshot

Create a test project

Create a new Console Application Solution, call it TestSolution

This will be used as a test application. I usually create at the same level of the extension solution

Debugging

If you go on Tools->Extension and Updates you will find the MyExtension installed.

It will not be present on the project you are debugging.

Conclusion

Now everything is in place!

You can download the code


Last modified on: November 27, 2013