anacierdem / anacierdem/vscode-requirejs

Conflicts with code navigation inside file

Đang mở
#69 0 bình luận 0 reaction 0 người được giao Xem trên GitHub
Ngôn ngữ chính
JavaScript
Star
21
Fork
17
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

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

Hướng dẫn đóng góp

Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.