vs2012用于移动代码行的快捷键

时间:2012-10-02 12:07:21

标签: keyboard-shortcuts visual-studio-2012

vs2012中的哪些是快照键,用于复制一行代码然后向下或向上移动,然后剪切一行代码然后向下或向上移动?

副本版本:

printf("hello world");// press a shotcut key ,then ..
printf("hello world");// this line of code automaticly appear here.

剪辑版本:

printf("hello you");//press a shotcut key ,then this line **will be cut**,and then ..
printf("hello you");//this line of code automaticly appear here.

是否存在任何像他们一样的枪击键?

3 个答案:

答案 0 :(得分:2)

Shift-Alt-T将光标向下移动一行,我仍在试图弄清楚如何将其向上移动。

所以经过一段谷歌搜索后,似乎VS有一个键盘快捷键来移动一行,这是非常令人困惑的,因为上面提到的快捷方式可以向下移动一行。无论如何,你肯定不是唯一一个想要这个功能的人,并且有一些建议。

安装此扩展程序(免费): MoveLine extension

或者你可以安装ReSharper,这在我看来非常非常好: ReSharper

答案 1 :(得分:1)

您应该尝试以下解释: http://www.herrodius.com/blog/52

答案 2 :(得分:1)

Visual Studio Productivity Power Tools扩展程序增加了对此的支持。这是“Move Line Up / Down命令”功能。

启用此功能 Alt + Alt + 移动当前行(或多个线路选择)向上或向下。

通常我在设置visual studio时要做的第一件事是安装此扩展,然后关闭它添加的所有其他垃圾(奇怪的文档标签,滚动条等),只是为了上下移动