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

Conflicts with code navigation inside file #69

Open
xmedeko opened this issue Oct 22, 2020 · 0 comments
Open

Conflicts with code navigation inside file #69

xmedeko opened this issue Oct 22, 2020 · 0 comments

Comments

@xmedeko
Copy link

xmedeko commented Oct 22, 2020

Disclaimer: I know the project is not actively maintained. Just filling the issue if anybody would continue with it.

When I has enabled this extension, and DoJo AMD with a class and I cannot navigate among class methods and properties (Go to ... Peek ...):

define(["module1", "module2"], function(module1, module2) {
  class SomeClass {
    doSomething() { this._doSomethingInner(false); }
    
    _doSomethingInner(param) { ... }
  }
}

E.g. Go To Definition (F12) does not work on this._doSomethingInner(false) call and Go To Implementation (Ctrl+F12) does not work on _doSomethingInner() definition. Etc.

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

No branches or pull requests

1 participant