Skip to content

Resources for writing Visual Studio Extensions

Jared Parsons edited this page Jun 22, 2014 · 11 revisions

I've gotten a few requests about resources for learning Visual Studio extensions. Here is a quick summary of the resources that I use when developing VsVim.

While there is sparse documentation for the older IVs style interfaces, there is ample documentation for the WPF editor introduced in Visual Studio 2010. Here is the main tutorial you should start with

The best place to look is at existing Visual Studio Extensions that are open source. Their sources already contain many of the solutions you are looking for. Here are a few of note

Another good resource is the MSDN forums. A lot of the Visual Studio developers monitor that group, Ryan included, and give great answers to the hard questions there.

Other notable documentation links