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

Make expand to semantic unit work better with certain symbols #18

Open
aronwoost opened this issue Mar 5, 2014 · 1 comment
Open

Make expand to semantic unit work better with certain symbols #18

aronwoost opened this issue Mar 5, 2014 · 1 comment
Assignees

Comments

@aronwoost
Copy link
Owner

// "foo" is selected, should expand to "foo === 3"
if(foo === 3 || bar === 3) {
}
// "b.getVal()" is selected, should expand to "b.getVal() + 4"
var a = b.getVal() + 4;
@aronwoost aronwoost self-assigned this Mar 5, 2014
@xianghongai
Copy link

2018-06-09_15-05-46

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

No branches or pull requests

2 participants