So I just tried creating a new classification type, [Export(typeof(ClassificationTypeDefinition))] [Name(\"String\")]
We have a bunch of templates, some of which are only visible when adding a new item to a C# Web Application project (filtered using the \"Web\" template group ID). Many of our other templates, though,
Im working on a couple of independent Visual Studio extensions in separate solutions. When I open one of them and launch the experimental instance in the debugger, the other extensions from the other
I\'m developing a Visual Studio extensibility package. I need to get the files under a project hierarchy using IVsSccProject2.Get开发者_高级运维SccFiles.
I\'m trying to write a visual studio extension that allows me to publish multiple web applications in a solution, similar to using the one-click publish feature on all the projects.
I want to write a visual studio 2010 extension displaying a margin glyph on each class, method, property, field and event definition (tooltip/popup window on click with addition开发者_如何学JAVAal inf
I am trying to get an instance of the IVsBuildableProjectCfg object, but I have no clue how to get it.
I\'m trying to create a Visual Studio extension that works alongside the Sequence Diagram Designer, and I\'d like to be able to register for an event that will notify me whenever the selection changes
I created a vs 2010 extension with a tool window. I have a browser inside my tool window. When i type text in the browser everything works fine but when i click on some keys lik开发者_StackOverflow社
I am trying to dynamically fill the Solution right click menu with menu items from VS Package (Extension).