vs-extensibility
Visual Studio 2010 Extensibility - Custom Project Template Wizard
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[详细]
2023-01-06 20:13 分类:问答Definitive list of service providers in Visual Studio 2010? [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2022-12-29 07:56 分类:问答Visual Studio Add-in - How do I create an Installer?
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[详细]
2022-12-27 03:36 分类:问答Visual Studio 2010 Extensibility, MPF and language services
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[详细]
2022-12-26 09:35 分类:问答Finding a ProjectItem by type name via DTE
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.[详细]
2022-12-25 18:07 分类:问答How do I make Visual Studio automatically go to the first error in a build?
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?[详细]
2022-12-25 15:15 分类:问答How do I get the IVsTextView of a specific OutputWindowPane?
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:[详细]
2022-12-22 10:53 分类:问答How do you cancel a ToolWindowPane or Visual Studio IDE close operation via a VSPackage?
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[详细]
2022-12-22 04:03 分类:问答Handle Debugger Events of Visual Studio 2008
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[详细]
2022-12-15 10:17 分类:问答VSX: Custom Package's Project Type to mimik "Debug >> Start Action >> Start External Program"
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[详细]
2022-12-10 03:41 分类:问答