Doesn't find definitions like: let foo = {}
Opened this issue · 0 comments
danillewin commented
For example:
const foo = {
bar: 1
};
let bar = foo.bar;
If I try to go to definition of foo
- no definitions will be found.
I think, this feature will be useful. Could you implement it?)