microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
164.44k stars 29.35k forks source link

intellisense not work #87325

Closed GreedyWhale closed 4 years ago

GreedyWhale commented 4 years ago

solved

Install JavaScript and TypeScript Nightly and restart vscode

JavaScript and TypeScript Nightly

image

image

image

Does this reproduce with all extensions disabled?

image

image

image

{
  "name": "demo",
  "version": "1.0.0",
  "main": "index.js",
  "license": "MIT",
  "scripts": {
    "build": "cross-env NODE_ENV=production webpack --config ./build/webpack.prod.js --progress",
    "build:dev": "cross-env NODE_ENV=development webpack --config ./build/webpack.prod.js --progress",
    "dev": "cross-env NODE_ENV=development webpack-dev-server --config ./build/webpack.dev.js"
  },
  "sideEffects": [
    "*.scss",
    "./src/**/*.js"
  ],
  "dependencies": {
    "@babel/runtime": "^7.7.7",
    "core-js": "3"
  },
  "devDependencies": {
    "@babel/cli": "^7.7.5",
    "@babel/core": "^7.7.5",
    "@babel/plugin-transform-runtime": "^7.7.6",
    "@babel/preset-env": "^7.7.6",
    "autoprefixer": "^9.7.3",
    "babel-loader": "^8.0.6",
    "clean-webpack-plugin": "^3.0.0",
    "copy-webpack-plugin": "^5.1.0",
    "cross-env": "^6.0.3",
    "css-loader": "^3.2.1",
    "eslint": "^6.7.2",
    "eslint-config-standard": "^14.1.0",
    "eslint-plugin-import": "^2.19.1",
    "eslint-plugin-node": "^10.0.0",
    "eslint-plugin-promise": "^4.2.1",
    "eslint-plugin-standard": "^4.0.1",
    "file-loader": "^5.0.2",
    "html-webpack-plugin": "^3.2.0",
    "mini-css-extract-plugin": "^0.8.0",
    "postcss-loader": "^3.0.0",
    "pug": "^2.0.4",
    "pug-loader": "^2.4.0",
    "sass": "^1.23.7",
    "sass-loader": "^8.0.0",
    "style-loader": "^1.0.1",
    "url-loader": "^3.0.0",
    "webpack": "^4.41.2",
    "webpack-cli": "^3.3.10",
    "webpack-dev-server": "^3.9.0",
    "webpack-merge": "^4.2.2"
  }
}
vscodebot[bot] commented 4 years ago

(Experimental duplicate detection) Thanks for submitting this issue. Please also check if it is already covered by an existing one, like:

AndreyWV commented 4 years ago

I'm not shure, but I have both this and this issues at same time, and guess they are related.

mjbvz commented 4 years ago

Does this reproduce with all extensions disabled?

GreedyWhale commented 4 years ago

solved Install JavaScript and TypeScript Nightly and restart vscode

JavaScript and TypeScript Nightly