anacierdem / anacierdem/vscode-requirejs

Conflicts with code navigation inside file

オープン
#69 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
JavaScript
スター
21
フォーク
17
PR マージ指標
30日以内にマージされた PR はありません

説明

_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.

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。