What's the equivalent for eclipse's ALT+UP/DOWN (move line) in Visual Studio?

后端 未结 7 857
说谎
说谎 2020-12-13 16:54

In Eclipse, selecting a line and pressing Alt + / will move the line up and down, a quick way to avoid copy&paste. Is there

7条回答
  •  情歌与酒
    2020-12-13 17:32

    For Visual Studio 2013: Tools -> Options -> Keyboard then select Edit.MoveSelectedLinesDown, click "Press shortcut keys" input and press Alt + Down. You also have to select the scope of the shortcut to be within "Text Editor".

提交回复
热议问题