visual-studio-addins
Visual Studio Add-Ins: Can't get Document object from SelectedItems
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[详细]
2023-01-11 14:02 分类:问答Sort selected text from Visual Studio context menu
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.[详细]
2023-01-09 08:47 分类:问答Addin to add XML comments for private variable
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开发者_运维技巧[详细]
2023-01-09 03:11 分类:问答Get current TFS connection in a Visual Studio addin
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[详细]
2023-01-08 19:03 分类:问答How to add a file property in a visual studio add in?
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.[详细]
2023-01-08 00:42 分类:问答Visual Studio 2010 extension get reference to solution explorer
I\'m moving one of my macros over 开发者_Python百科to become a VS2010 extension. I have the line from the macro...[详细]
2023-01-07 02:58 分类:问答Can I develop visual studio extension for viewing Web User Control in temp web page?
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 ..[详细]
2023-01-06 22:01 分类:问答Force enconding of all files within a Visual Studio solution directly from Visual Studio
Any way to convert the encoding of all the files within a VS solution (*.sln) directly inside Visual开发者_StackOverflow社区 Studio? (I am using 2008).[详细]
2023-01-06 19:07 分类:问答How to automatically insert underscores between my method name words?
Is there an Add_in to Vis开发者_开发技巧ual studio which automatically inserts underscores between my method name Words?[详细]
2023-01-06 18:20 分类:问答How to block on a OpenFile in a Visual Studio addin
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,[详细]
2023-01-06 17:56 分类:问答