vote up 1 vote down star

How do you customize the Copy/Paste behavior in Visual Studio 2008?

For example I create a new <div id="MyDiv"></div> and then copy and paste it in the same file.

VisualStudio pastes <div id="Div1"></div> instead of the original text I copied.

It is even more frustrating when I'm trying to copy a group of related div's that I would like to copy/paste several times and only change one part of the id.

Is there a setting I can tweak to change the copy/paste behavior?

flag

76% accept rate

1 Answer

vote up 3 vote down check

Go into Tools > Options > Text Editor > HTML > Miscellaneous and uncheck "Auto ID elements on paste in Source view"

link|flag
I just found that. The only drawback is it doesn't handle ID at all now in source view. So if you drag & drop a GridView or some other element you have to make sure to add an ID. – Brian Boatright Sep 15 '08 at 21:52

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.