Visual Studio Code – How can I get Web API autocomplete/IntelliSense in VSCode?
I'm using VSCode for web development and I noticed that there is no JavaScript autocomplete/IntelliSense for browser-related types such as Element nor functions such as document.querySelector(). Is there an extension for this that anyone has found? // tsconfig.json { "compileOnSave":…