Visual Studio 2010: change the "delete whole line" shortcut

I am transitioning from Eclipse to Visual Studio. It is convenient for me when pressing Ctrl + D will delete the entire line.

I read a hint to change the keyboard shortcut, go to: Tool>Option>Keyboard .

But when I go there, there are so many options that I donโ€™t know which one changes the label for delete whole line .

@: I use VS 2010, but with the option: apply the following addition keyboard mapping scheme just has C# 2005 , which I think should be C# 2010 . Are there any problems?

Thanks:)

+4
source share
1 answer

I don't have time to check it out, but I believe that Edit.LineDelete is the one you should be looking at. The default is Ctrl + Shift + L

Also in Visual Studio 2010 there is only C # 2005, so I think that these shortcuts have not changed much in 7 years. :)

+13
source

Source: https://habr.com/ru/post/1413656/


All Articles