visual-studio-addins
Is it difficult for a visual studio addin to read object values during a debug session?
I spend a lot of time debugging code for a CAD/CAM application. There are many times when I look at a variable in a watch window that has a long list of data points. Sometimes it\'s quite difficult to[详细]
2023-02-22 16:59 分类:问答VS 2010 Extensibility: Create a extension to automatically wrap selected text (code) in comments and adding a comment above it
I am trying to develop an extension that will work similar to the Comment toolbar button in VS 2010, but I want to mark all text as Commented Out and put a comment above it.[详细]
2023-02-19 10:29 分类:问答Is there any tab manager for visual studio?
It\'s common for me to have 20+ files opened in Visual Studio (I use VS 2008 now, but we will migrate to VS 2010, soon.). Is there any add-in which could help organize actively opened files?[详细]
2023-02-18 16:57 分类:问答How do I extend the project properties screen in Visual Studio?
When u view a project开发者_C百科 properties in Visual Studio u get a number of tabs. The standard ones are \"Application\", \"Build\", \"Build Events\" etc.[详细]
2023-02-16 23:44 分类:问答Visual Studio 2010 add in - events not triggered
I have written an add in that takes the active document as a parameter. So each time that the active document has changed, I need to know. To do so, I wanted to use \"Events.DocumentEvents.DocumentOpe[详细]
2023-02-14 16:42 分类:问答Visual Studio 2008/2010: show method names in Find In Files results
I had a dream I could see constructor/method/property names along with search results (Visual Studio Find In Files feature), if applicable/available.[详细]
2023-02-13 04:42 分类:问答Background color of VS Package Addin?
this may be a pretty simple question. I\'ve created a VS Package and it has a nice little GUI. The background of the GUI should be System.Colors.ControlBrush:[详细]
2023-02-13 00:13 分类:问答removing #region
I had to take over a c# project. The guy who developed the software in the first place was deeply in love with #region because he wrapped everything with regions.[详细]
2023-02-12 12:36 分类:问答How Can I launch my own Wizard from visual studio?
I have form(Wizard) that after some stepsit generate some code.All works and I am happy. In a nutshellI would like to launch this form f开发者_运维技巧rom visual studio ,very much like a template but[详细]
2023-02-11 20:50 分类:问答DTE ItemOperations.NewFile(...) for VS2010 Addin
in this code, in my addin that I\'m attmepting to wrie for Vs2010 _applicationObje开发者_开发知识库ct.ItemOperations.NewFile( \"General\\\\Text File\", FileName, Constants.vsViewKindCode );[详细]
2023-02-09 13:36 分类:问答