Let me start by saying I\'m new to developing add-ins for visual studio... When using the DTE2 object, I am attempting to get some info on the document that is currently selected. If I do something l
Currently 开发者_高级运维VS has a very useful feature: sort usings (C#). I want the same functionality for any random text, for example - XML nodes in config files.
Just like Ghostdoc is there any add-in for Visual Studio 2008 that can automatically add XML comments for private variables, as Ghostdoc and few others doesn\'t support private variable开发者_运维技巧
I\'m working on a Visual Studio 2010 add-in, and I\'m trying to figure out how to determine the currently connected TFS server.I\'m guessing I need to use D开发者_Go百科TE, but I\'m having a brain cra
Hey, I\'m working on my first add-in and I want to add a custom property to the properties windows of any file or directory in the project.
I\'m moving one of my macros over 开发者_Python百科to become a VS2010 extension. I have the line from the macro...
I work now in a huge project that we build all interface as Web User Controls .. every time I want to view & test one i should add it in web page and then view ..
Any way to convert the encoding of all the files within a VS solution (*.sln) directly inside Visual开发者_StackOverflow社区 Studio? (I am using 2008).
Is there an Add_in to Vis开发者_开发技巧ual studio which automatically inserts underscores between my method name Words?
I have a Visual Studio 2008 addin that when I press a certain hotkey, it opens a specific file (different based on the context of the hotkey) and then searches that file for a specific string (again,