Hungry Delete?
Can we get a hungry delete, or is there someway to do this that I'm not
aware of?
A "hungry delete" swallows up all whitespace when pressed, rather than just
one space, tab, or line-feed at a time.
For instance, when you have this (where "|" is the cursor):
public foo()
{
// some code
|
}
Pressing delete will get you to this:
public foo()
{
// some code
|
}
Please sign in to leave a comment.
http://www.intellij.net/tracker/resharper/viewSCR?publicId=9506
nice idea