In VS2010, how can I delete from the cursor position until the end of the line. I once read about such a shortcut, but now cannot find it.
How to delete from cursor until end of line with VS or Power Tool
16.1k Views Asked by PaeneInsula At
4
The Editor Command is called
Edit.DeleteToEOL
You can see it in the Tools --> Options --> Environment --> Keyboard Dialog. There is no predefined keyboard shortcut assigned to it, but Visual Studio gives you the option of creating one.