I\'d like to create an extension for Visual Studio 2010. The functionalities I need are these:开发者_运维百科
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
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
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.
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
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
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
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
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
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