Duplicate visual line studio

3

Is there a shortcut key that replicates the action (ctrl c + ctrl v)? In addition to having to copy hit enter or click the bottom line and paste, can I duplicate this line with any shortcut?

    
asked by anonymous 26.05.2017 / 00:17

2 answers

3

Ctrl + D .

Note that ReSharper undoes this setting. If this happens:

  • Resharper
  • Options
  • Keyboard & Menus
  • Select the classic Visual Studio shortcut option.
26.05.2017 / 00:22
4

There is an extension to this:

link

After installing, go to: Tools > Options > Environment > Keyboard. search for the command containing 'duplicate' enter the shortcut you want (recommended Ctrl + D) and click Assign. Soon!

    
26.05.2017 / 01:13