vs-extensibility
Writing VS2010 Extension
I\'d like to create an extension for Visual Studio 2010. The functionalities I need are these:开发者_运维百科[详细]
2023-01-24 23:17 分类:问答How to add a toolbar to a Visual Studio add-in?
I have created a new Visual Studio Add-in project开发者_JAVA百科. My project is able to add commands to Visual Stuido menu. This code is created by wizard. How can I add my custom toolbar to Visual St[详细]
2023-01-24 07:31 分类:问答How to write to Visual Studio error window from Custom Tool without using IVsGeneratorProgress.GeneratorError
I am writing a custom tool extending the IVsSingleFileGenerator interface of Visual Studio. Through IVsGeneratorProgress.GeneratorError I can output simple warning/error information, but I need more c[详细]
2023-01-23 06:57 分类:问答Idea for extending C# syntax
C# unfortunately does not allow for extra user-defined syntax. But I was wondering whether it was possible to surpass this limitation by tapping into the visual studio onbuild-event.[详细]
2023-01-21 04:25 分类:问答How should I deploy VS project/item templates?
I made an installer for project and item templates in VS2010 to put the templates in the user\'s Templates folder. Is this an O开发者_开发技巧K way of doing things? Or is there a way to deploy templat[详细]
2023-01-20 01:06 分类:问答How to display the ouput window from an add-in?
I currently have a visual studio add-in and have created a new output window pane which I can write text to successfully.However, when the开发者_开发技巧 output window is not open or it is minimised t[详细]
2023-01-19 23:52 分类:问答How to find the position equivalent in an iTextEdit of an EditPoint.AbsoluteCharOffset
I\'m trying delete a class body in using the new Text Editor code model in a Visual Studio 2010 extension. That is, I\'m trying to use the Delete method on ITextEdit to delete everything between curly[详细]
2023-01-19 20:20 分类:问答Can a VS2010 VSPackage project be installed to VS2008?
I am wondering whether the result VSIX artifact of a VSPackage project created and written in Visual Studio 2010 can be deployed to Visual Studio 2008 - provid开发者_Go百科ed, of course, that the pack[详细]
2023-01-19 09:56 分类:问答How do I set the Project's 'Start External Program' setting programmatically?
I have an IWizard which gets access to a Project variable. What code do I need to write to set the \'Start External Program\' value in project properties开发者_JAVA百科?Here\'s a macro that will set t[详细]
2023-01-19 02:19 分类:问答API for adding Code Snippets Locations in visual studio
I\'m currently creating a Visual Studio Add-In and require the ability to add a location for custom Code Snippets to the users Visual Studio Environment programatically.I\'m aware of the DTE Command T[详细]
2023-01-16 16:13 分类:问答