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:
- I have NPM Intellisense installed in my VS Code.
- I am developing a ReactJS project.
- I have installed Material UI packages through NPM
- Use the components available in the Material UI
- When I typed a part of the name of a component, the intellisense gave me the suggestions from different packages
- I then updated the VS Code to the latest release (v1.88)
- And after that when I tried to use the components, the intellisense does not gives me the correct suggestions.
About this issue
- Original URL
- State: closed
- Created 3 months ago
- Reactions: 1
- Comments: 16 (7 by maintainers)
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
Probably https://github.com/microsoft/TypeScript/issues/58113#issuecomment-2043273180
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?
That’s why were releasing a recovery release for it