Stories recently tagged with 'Macros'

Macro To Switch Between CPP and H File in Visual Studio(alteridem.net)

submitted by rprouserprouse(1175) 3 years, 11 months ago

If you work in managed C++, the ability to quickly switch between the header and the source files saves a lot of time. This article shows how to write a macro to do this and shows you how to bind it to a keystroke. Even if you don't use managed C++, it is a good introduction to writing macros in Visual Studio. read more...

1 comment |category: |Views: 146

tags: another

With Contempt(codechimp.org)

submitted by codechimpcodechimp(345) 4 years, 4 months ago

A macro to remove With blocks from VB.net code. read more...

add a comment |category: |Views: 1

tags: another

ASP.NET Resource Refactoring(milkcarton.com)

submitted by akcoderakcoder(830) 4 years, 5 months ago

Easy macros to help i18n your ASPX pages read more...

add a comment |category: |Views: 8

tags: another

Using Visual Studio Macros to Increase Productivity(milkcarton.com)

submitted by akcoderakcoder(830) 4 years, 8 months ago

If you've ever tried to find a particular file or project in a 36 project solution when many projects and folders are expanded, then you know how fustrating it can be. After putting up with it for over a year, I finally asked a co-worker of mine if he knew of a way to quickly jump to a particular project in Visual Studio. He reminded me that Visual Studio has excellent macro support. read more...

2 comments |category: |Views: 15

tags: another