| Issue 3: | Make hide delegate more lenient |
‹ Prev
3 of 3
|
| 1 person starred this issue and may be notified of changes. | Back to list |
Given:
new Bar().a().b().c();
Hide delegate requires that you select a().b().c()
It could assume that everything from the cursor position should be selected for the refactoring.
eg. if the cursor were between 'a' and () then Hide Delegate could assume a().b().c()
|
|
|
|