Tue, November 10, 2009, 10:36 AM under
VisualStudio
One of the powerful aspect of Visual Studio is its ability to be extended and many people do that. You can find numerous extensions at the
Visual Studio Gallery. The VSX team links to a 4-part blog series on
how to create and share templates. You can also look find extension examples on the
vsx code gallery.
With Visual Studio 2010, you can search for items and install them directly from within Visual Studio's new
Extension Manager. You launch it from the Tools menu:
When the dialog comes up, be sure to explore the various actionable areas on the left and also note the search on the right. For example, I typed "MP" and it quickly filtered the list to show me the
MPI Project Template:
Others have written about this before me, just
bing Extension Manager (and note that Beta2 introduced changes, some of which you can witness in the screenshot above).