I\'m trying to modify a VS macro I found on this site; the macro performs a transformation to a document when it is saved. I need the macro to transform the leading whitespaces such that each tab char
I\'m using a macro in Visual Studio 2010 to do some stuff with a .bat. The .bat generate some output text in the Command Line Console.
I\'m trying to write a simple visual studio 2010 macro to search the solution for a string (gotten from the clipboard)
I\'m trying to debug tests from visual studio using nunit-console using a VS-macro, but I\'m having issues when attaching the debugger / IDE to nunit-console / nunit-agent. I do have the macro working
Anyone know if you can embed a macro in an xml file? I have an xml file that I create with a .net web application and it opens
I\'ve just tried to record a macro to help me switch word-wrap in editors on and o开发者_StackOverflow社区ff quickly, but all the macro records is DTE.ExecuteCommand(\"Tools.Options\"), which leaves m
In one of my other questions, I inquired about a shortcut to enable a particular feature in the VS2010 IDE.It looks like the only way to make it happen is through the Macro Recorder, which I have unfo
I derived a small macro script from Visual Studio Macro to Format all Files in a Solution but unfortunately it doesn\'t work with xml, xaml, config etc. All ProjectItem that are xml-based normally thr
i want to write a macro to put sele开发者_开发问答cted text to a specific XML file in my project. for example my path is ~/Pages/Dictionary/en.xml. and i want to put selected text from an aspx.cs file
Want to add some console.writeln\'s to the first line of every method in my class 开发者_如何学Python(c#, cs file in visual studio 2010).