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

feature request, jump definition on this #44

Open
HairyRabbit opened this issue Jan 3, 2018 · 2 comments
Open

feature request, jump definition on this #44

HairyRabbit opened this issue Jan 3, 2018 · 2 comments

Comments

@HairyRabbit
Copy link
Owner

class A {
    foo = 42;
    bar() {
        this.foo;
//-------^           jump to `A`
//------------^      jump to `foo = 42`
    }
}
@0x00-pl
Copy link

0x00-pl commented Jan 8, 2018

can we just simply ignore the name node 'this' ?

@HairyRabbit
Copy link
Owner Author

@0x00-pl
I think this feature is not easy to implements. think of global this, object this, function this, and class this

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