How to use macros in VS2008?

0

I know how to use macros only in NetBeans as per the link manual.

But I wanted to know how do I use macros in vs2008? I want to set a macro and a shortcut key for it.

eg a macro that writes in the editor "blababla" [new line] "blablabla".

    
asked by anonymous 11.03.2014 / 14:32

1 answer

1

In the links below you will find tutorials for writing macros in Visual Studio:

How to: Record Macros
Creating and Using a Macro
Create a Shortcut Key for a Macro

    
02.04.2014 / 21:51