views:

86

answers:

1

In Visual Studio.NET when coding I constantly use (no selection) CTRL-C, CTRL-V to make a quick copy of a line.

Unfortunately this works differently in the XAML editor (it pastes the new line in the middle of the current line).

Does anyone know the hotkey to copy a line in XAML?

+1  A: 

If you map the .xaml extension to the standard XML editor this problem will be solved along with others such as the poor performance of the XAML editor.

Tools / Options / Text Editor / File Extension

HTH, Kent

Kent Boogaart