VS.NET 2005 Macros

  • Thread starter Thread starter MSDN
  • Start date Start date
M

MSDN

Hello,

Where do I go to learn or ask questions on how to right Macros in VS.NET
2005

I need to be able to write a macro that can comment out HTML.

Thank you,

SA
 
I need to be able to write a macro that can comment out HTML.

What's wrong with using the built-in Visual Studio comment function?

Ctrl-K then Ctrl-C
 
You might want to try

microsoft.public.vstudio.extensibility

You should be able to do that by calling

Edit.CommentSelection

which is Ctrl+K, Ctrl+C as keystrokes)

Ken
 
Erik,

I want to be able to comment Specific/Predefined tags by just one click or
quick key.
I don't want to select first.

Thank You,

SA
 
Ken,

I want to be able to comment Predefine/specific tags by just one click or
quick key.
I don't want to select first.

Thank You for the info.

SA
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top