i\'m looking for a way to write a macro event to parse user\'s code. for example when programmer writes some specific code this event will parse the code line and if matches a regular expression will
Is it possible to create a Visual Studio (2010) macro to change the keyboard layout? I find the \"copy and paste from other applications\" bug in Emacs Emulation Mode a bit annoying, so what I wanted
Is there any functio开发者_StackOverflown available to get the position of the matching brace/quote/parenthesis/bracket for the current selection?
I\'m trying to create a new macro that takes the currently selected text and puts curly braces around it (after making a newline), while, of course, indenting as needed.
I can make the Recorder Toolbar appear on my Visual Studio toolbar by right-clicking the toolbar, selecting \'Customize\', then selecting \'Recorder\', but the toolbar always get\'s removed when I sto
I\'ve discovered that in Visual Studio 2010 Professional it is possible to refresh the database for a SQL Server Database Project (This feature is normally only available to the Premium and Ultimate v
I\'ve been looking into obfuscation software, but wo开发者_Go百科ndered if one could do it easily with a macro.
For a C# project, I make use of several Visual Basic macros in Visual Studio. I was just considering that these would be 开发者_开发百科of use to other developers that work on the C# project.
When I save a file in Visual Studio 2005, I\'d like to have a macro also run that updates a copyright (through a regular expression search and replace).
I\'d like to have a macro in Visual Studio 2005 that calls a DOS command and redirects the output (stdout and stderr) to a file.Just calling the command and \">\" re开发者_StackOverflowdirecting it wi