Relative Content

Tag Archive for javascriptvisual-studio-code

navigation to definitions not working in plain js in VsCode

Trials for both of my Webstorm and Enterprise version of Intellij have exprired, so to be able to work with the JS/HTML/CSS part of my project, I am trying to switch to VsCode for the time being.
Right off the bat, I faced a problem with not being navigate to definitions of anything i.e. not just entities in my code, but even native functions e.g. getElementById():
enter image description here