Is there any shortcut to select the current line i

2019-03-17 12:40发布

I couldn't find such feature in VS's shortcut list. Is there anyway?

10条回答
Evening l夕情丶
2楼-- · 2019-03-17 13:10

Clicking the line 3 times does the trick

查看更多
爷、活的狠高调
3楼-- · 2019-03-17 13:16

If you want to copy a line, simply place cursor somewhere in that line and hit CTRL+C

To cut an entire line CTRL+X

@Sean found what I was looking for:

To disable this default behavior remove the checkmark (or check to re-enable)

Apply cut or copy commands to blank lines when there is no selection

Accessed from the menu bar: Tools | Options | Text Editor | All languages

You can also enter copy into the options search box for quicker access

[Tested in VS2008, 2010, 2017]

查看更多
Ridiculous、
4楼-- · 2019-03-17 13:16

You can use CTRL + U . This shortcut is use also for uncomment.

You can change the shortcut on this feature. Go to Tools->Options->Environment->Keyboard->Edit.UncommentSelection and assign CTRL+W (same as Resharper) or you can use what shortcut do you want.

查看更多
我只想做你的唯一
5楼-- · 2019-03-17 13:19

There is a simple way of doing it, simple use Home or End button to reach the start or end of line, and then use home + shift or end + Shift depending on where your cursor is. Hope it helps.

查看更多
6楼-- · 2019-03-17 13:21
  • Clicking anywhere on the line and (CRTL + C) will copy entire line.
  • Clicking three time in quick succession also selects entire line.
查看更多
男人必须洒脱
7楼-- · 2019-03-17 13:30

If you want to select a line or lines you can use the combination of ctrl + E then U. This combination also works for uncommenting a complete line or lines. This combination looks somewhat strange to work with, but it will get habituated very soon :)

You can also use Ctrl + X to cut an entire line. Similarly, you can use Ctrl + C to copy an entire line. As long as you don't have anything selected, these commands will work on the entire line.

查看更多
登录 后发表回答