You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What I have in mind is something close to what ReSharper does: expand the selection outward based on scope. For example: (where "^" is the caret)
if (something)
{
[object1 doSomething:[object2 doSome^thingElse:object3]];
}
Using Expand Selection three times with this selection would result in the inner message send to be selected, then the outer message send, then the whole if statement, etc. until the whole method is selected.
The text was updated successfully, but these errors were encountered:
What I have in mind is something close to what ReSharper does: expand the selection outward based on scope. For example: (where "^" is the caret)
Using Expand Selection three times with this selection would result in the inner message send to be selected, then the outer message send, then the whole if statement, etc. until the whole method is selected.
The text was updated successfully, but these errors were encountered: