anacierdem / anacierdem/vscode-requirejs

Conflicts with code navigation inside file

Aperta
#69 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub
Lingua principale
JavaScript
Stelle
21
Fork
17
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

_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 ...):
```js
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.

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.