visual-studio-macros
Converting tabs in leading whitespaces to double spaces in Visual Studio macro
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[详细]
2023-04-12 21:05 分类:问答Visual Studio 2010: use command line in a macro and write the output from the cmd to the output pane
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.[详细]
2023-04-02 08:47 分类:问答Having trouble writing a simple VS2010 macro
I\'m trying to write a simple visual studio 2010 macro to search the solution for a string (gotten from the clipboard)[详细]
2023-03-30 21:23 分类:问答Debug Visual Studio 2010 tests using nunit-console and VS-macro
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[详细]
2023-03-30 01:46 分类:问答Embed an macro to Excel 2007 xml
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[详细]
2023-03-29 14:51 分类:问答How do I record a Visual Studio macro to set Options settings?
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[详细]
2023-03-24 11:33 分类:问答Interacting with dialogs in VS2010 with the Macro Recorder (using Visual Studio Macro Recorder to enter keystrokes automatically)
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[详细]
2023-03-13 21:28 分类:问答Visual Studio Macro: How to format xml files?
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[详细]
2023-03-06 21:56 分类:问答How to Program a Visual Studio 2010 Macro For accessing and editing specific Project files?
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[详细]
2023-02-28 13:28 分类:问答Regex for find all start of method lines in .cs files in visual studio
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).[详细]
2023-02-17 22:33 分类:问答