faceair / atom-goto-definition

⚠️⚠️⚠️ DEPRECATED
https://atom.io/packages/goto-definition
GNU General Public License v2.0
99 stars 51 forks source link

Doesn't find definitions like: let foo = {} #77

Open danillewin opened 7 years ago

danillewin commented 7 years ago

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?)