Code Navigation for JavaScript in VSCode: Navigating to external class methods

291 Views Asked by At

I am facing a bit difficulty in navigation in VSCode while using JavaScript. Using F12, I am able to navigate to internal class methods but suppose I have a call to some external classes' method, using a global object, then F12 or "Go to definition" or anything doesn't seem to work.

This feature is available in WebStorm but can't figure out why can't I do this in VSCode. Please, if someone could help me out.

0

There are 0 best solutions below