【发布时间】:2011-08-04 04:28:05
【问题描述】:
Visual Studio 中是否有类似 Eclipse 的 Alt + ↑/↓ 的按键?
例如:
int x = 0; // Cursor is anywhere on this line.
int y = 1;
和 Alt + Down 被按下,然后:
int y = 1;
int x = 0; // Cursor is anywhere on this line.
【问题讨论】:
标签: visual-studio keyboard-shortcuts shortcuts