How to disable the "smart" way of Visual Studio to replace identifiers in markup

Of the hundreds of options for Visual Studio, is there a way to disable VS to replace identifiers in markup when copy and paste from another control?

Almost always you need to change a few characters, but VS thinks he's smart, replacing all IDs

+7
source share
1 answer

Go to "Tools"> "Options"> "Text Editor"> "HTML"> "Miscellaneous" and uncheck the box "Elements of automatic identifier when pasting in the" Source "mode

Source: How to customize copy / paste behavior in Visual Studio 2008? but in 2010 it's the same

+14
source

All Articles