Top "Vsx" questions

Visual Studio eXtensibility (VSX) is the ability to develop extensions to the Visual Studio IDE from Microsoft.

where are custom extensions installed in visual studio?

Where are custom extensions installed in Visual Studio? I know you could get path though ExtensionManager.GetInstalledExtensions(), however it seems …

visual-studio-extensions vsix vsx vs-extensibility
How do I write to the Visual Studio Output Window in My Custom Tool?

I am writing a custom tool and I currently have it doing what I want as far as functionality. I …

visual-studio vsx customtool
Visual Studio 2010 addin writing articles/tutorials?

Does anyone know of some good articles / tutorials on writing addins/plugins for Visual Studio 2010?

.net visual-studio-2010 mef vsx visual-studio-addins
Guid should contain 32 digits with 4 dashes (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx) in VS Extensibility walkthrough

I am using the Walkthrough: Part 1 - Creating a Basic Project System exactly as written from the website http://msdn.…

c# visual-studio vsx
Visual Studio plug-ins development, first steps

I would like to make a plug-in for visual studio... But I have no idea where to start. While it …

visual-studio plugins vsx
Changing the namespace for a Web Reference in a Project to be Made Into a VS Project Template

When I add a web reference to a project, it comes up with a default namespace of: com.wpdevs.myservice. …

visual-studio-2008 namespaces vsx web-reference
"Visual Studio Integration Package" vs "Visual Studio Add-in": what is the difference?

When creating a new extension for visual studio, there are two project options: "Visual Studio Integration Package" and "Visual Studio …

visual-studio vsx visual-studio-addins vspackage