‘Go to Definition’ fails for me whenever I try to navigate to a script.prototype function or a variable that is defined in initialize. Basically anything using ‘this.’
The error I get is “No definition found for ‘XXXXX’”
This happens in the web editor as well as with the VS Code extension. Forgive me, somewhat new to JS. Is there something I’m missing?
Thanks!