Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

vscode js intellisence not working

// create jsconfig.json on your project folder and paste this code

{
  "compilerOptions": {
    "module": "commonjs",
    "target": "es6"
  },
  "exclude": ["node_modules"]
}
Source by code.visualstudio.com #
 
PREVIOUS NEXT
Tagged: #vscode #js #intellisence #working
ADD COMMENT
Topic
Name
5+6 =