visual-studio-macros
How to Write a Visual Studio Macro Event to get user's typed Code?
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[详细]
2023-02-15 08:35 分类:问答How Can I Create a Visual Studio Macro to Change the Keyboard Layout?
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[详细]
2023-02-13 06:10 分类:问答DTE -> Getting Matching Brace in Visual Studio Macros?
Is there any functio开发者_StackOverflown available to get the position of the matching brace/quote/parenthesis/bracket for the current selection?[详细]
2023-02-07 00:00 分类:问答"New Scope" Macro for Visual Studio
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.[详细]
2023-02-04 16:20 分类:问答How can I make the Recorder Toolbar stay visible?
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[详细]
2023-02-03 12:37 分类:问答Visual Studio 2010 Macro to delete SQL files from a database project
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[详细]
2023-01-12 03:14 分类:问答obfuscation macro
I\'ve been looking into obfuscation software, but wo开发者_Go百科ndered if one could do it easily with a macro.[详细]
2023-01-04 15:35 分类:问答Should I include VB macros in source control with my project?
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.[详细]
2022-12-30 18:55 分类:问答Can I have a macro run whenever I save a file in Visual Studio 2005?
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).[详细]
2022-12-25 05:23 分类:问答Call a DOS command and redirect the output to a file
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[详细]
2022-12-25 05:18 分类:问答