An extension for Visual Studio 2013+ that enables the use of macros in the IDE. The extension can record most of the features in Visual Studio including text editing operations.
Hello, I would like to create a macro that searches and replaces text by regex. At the moment this is what I could come up with (in a javascript file):
The last 2 lines give me errors (the lines where I try to set the target to the current document and the search type to a registry expression). How can I fix this and how can I make this work?
Hello, I would like to create a macro that searches and replaces text by regex. At the moment this is what I could come up with (in a javascript file):
The last 2 lines give me errors (the lines where I try to set the target to the current document and the search type to a registry expression). How can I fix this and how can I make this work?