Welcome to MSDN Blogs Sign in | Join | Help
David sent me mail about his " Poor Man's Bracket Matching Macro ". (Click link for Macro Code) From his site: "I usually assign it to CTRL + 9 key combination. Now, go to your source and put caret before or after any bracket. Press CTRL + 9. Matching Read More...
Rido sent me mail about this macro this morning. "I've written a macro that sets the project configuration options to a NUnit Test project, so you can debug without "Attach to a process". I think you could add it to your Macro list: " Check it out: http://blogs.msdn.com/rido/archive/2004/09/10/NUnitVSMacro.asp Read More...
Via .Avery : " Code -> HTML in VS.NET - Cory comes up with a cool macro to send your code to word then back to your clipboard. Quick HTML formatting for your code." It's been a while since we've posted an interesting Macro to the Powertoys blog. This Read More...
This one comes from Austin out of our mailbag. Thanks - Josh I got tired of using the F7, Shift-F7 key shortcuts for toggling the Design and Source code windows. So I wrote this little macro. It works a little differently for ASP.NET files. When toggling Read More...
Marty wrote a Macro for VS that performs a google search on the current F1 keyword in the IDE. Check it out for yourself here: http://www.little-garins.com/Blogs/marty/archive/2004/06/24/171.aspx This is pretty cool, but what impressed me was the quick Read More...
As I demo'ed at CSUN , here are the Accessibility Macros for Visual Studio .NET 2003 . These macros allow users to tweak the Visual Studio .NET 2003 IDE by easily increasing and decreasing font size, toggling colors in the editor to pure black on white Read More...
Another macro from Devhawk allows you to quickly add your own regions to code. From his site: http://www.devhawk.net/art_addregion.aspx In order to make it easier to create regions in my code, I wrote this macro. It asks the developer for a region name, Read More...
Via Devhawk comes a macro to set the editor fonts to and from a preset demo mode size and font combo. Private Sub SetEditorFonts( ByVal size As Integer , ByVal family As String , ByVal bold As Boolean ) Dim Props As Properties Props = DTE.Properties("FontsAndColors", Read More...
 
Page view tracker