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
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.
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?
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.
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
I had a dream I could see constructor/method/property names along with search results (Visual Studio Find In Files feature), if applicable/available.
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:
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.
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
in this code, in my addin that I\'m attmepting to wrie for Vs2010 _applicationObje开发者_开发知识库ct.ItemOperations.NewFile( \"General\\\\Text File\", FileName, Constants.vsViewKindCode );