Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expand Selection #2

Open
fortinmike opened this issue Apr 2, 2014 · 0 comments
Open

Expand Selection #2

fortinmike opened this issue Apr 2, 2014 · 0 comments
Labels

Comments

@fortinmike
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant