Reputation: 193302
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?
Upvotes: 0
Views: 267
Reputation: 355039
In the XAML editor in Visual Studio 2010 (and the Visual Studio 11 Developer Preview), copying and pasting a line has the expected behavior:
Upvotes: 0
Reputation: 178640
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
Upvotes: 1