vscode: Intellisense is Broken for Packagees

Does this issue occur when all extensions are disabled?: Yes/No

  • VS Code Version: 1.88.0
  • OS Version: Windows_NT x64 10.0.22631

Steps to Reproduce:

  1. I have NPM Intellisense installed in my VS Code.
  2. I am developing a ReactJS project.
  3. I have installed Material UI packages through NPM
  4. Use the components available in the Material UI
  5. When I typed a part of the name of a component, the intellisense gave me the suggestions from different packages
  6. I then updated the VS Code to the latest release (v1.88)
  7. And after that when I tried to use the components, the intellisense does not gives me the correct suggestions.

image image

About this issue

  • Original URL
  • State: closed
  • Created 3 months ago
  • Reactions: 1
  • Comments: 16 (7 by maintainers)

Most upvoted comments

Hi @mjbvz & @lyricalcasanova,

I have updated the VS Code to the lastest release v1.88.1 which resolves the issue. I can confirm the auto imports are now working. I have tested it aftre uninstalling the TypeScript & JavaScript Nightly extension, which @lyricalcasanova suggested earlier as a workaround.

If VS Code is updated to v1.88.1, issue should be gone

Hi @mjbvz & @lyricalcasanova

It seems it is an issue with the latest release of VS Code v1.88.0. I have gone through all the comments @lyricalcasanova provided, and thanks so much for giving many details of the issue.

I have installed the JavaScript and TypeScript Nightly extension into my VSCode and selected the VSCode version. But I am still having the same issue, it does not show me the correct suggestions. Have I done it incorrectly? Or do we have workaround for this issue? Or do we have to wait until the next release?

image

That’s why were releasing a recovery release for it