I\'ve read a fair amount about the improvements of the extensibility story in VS2010 being much improved (i.e. MEF based, etc.), but have yet to get my hands dirty.I\'ve recently ran across a real wor
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I have made a Visual Studio Add-in as part of a project I\'m working on using web services. When I created the new Add-in project in visual studio it generated all the code required and installed the
I am trying to extend Visual Studio 2010 RC to be able to use a custom programming language. The first two things I\'ve tried to do is a syntax highlight/Intellisense feature (easily done, thanks to
Given a type name, is it possible to use DTE to find the ProjectItem that the type is located in? Something similar to how the Navigate To... dialog works in Visual Studio 2010.
This is done manually by going to the \"Error List\" output window and double-clicking on the first error or pressing F8. Is there a way to automate this?
I have a visual studio integration package that tracks output from the debug window. I can get the IVsTextView of the output window, like so:
I have a VSPackage with a dockable tool window containing form data.If there are unsaved changes in this form, I would like to cancel a close to either the tool window and the visual studio IDE if the
I created an AddIn for Visual Studio, which should handle the case when the user debugs an application and an unhandled exception is thrown. I registered the events \"OnExeceptionNotHandled\" and \"On
I have a custom project type based on the C# Class Library project type in a VSX Package (2008+).For this project type, even 开发者_JAVA技巧though the output is a class library, I want to be able to d