The GoTo definition feature does not seem to be working with variables. I see a couple of posts regarding this in C/C++ but none in JS
A top level declaration like
let bar = 5;
does not bring up any matches when using Goto definition and typing ‘bar’
but a function definition like
let foo = () => {}
does match.
I was on build 3114 but then downgraded to 3103 since 3114 had a problem with finding function definitions in ExtJS class definitions