-
Notifications
You must be signed in to change notification settings - Fork 12.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Intellisense VS Code in React Project Not Working #36254
Labels
Needs More Info
The issue still hasn't been fully clarified
Comments
RyanCavanaugh
added
the
Needs More Info
The issue still hasn't been fully clarified
label
Feb 6, 2020
We'd need some way to reproduce the issue in order to investigate further |
This is from the ts output:
|
This is from the tsserver.log file:
|
This should be fixed by #35512 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
TypeScript Version: 3.7.x-dev.201xxxxx
I have my VS code intellisense stop working suddenly in my react project. After restarted VS code, it works again, but only in a short amount of time. Whenever I hit enter, the intellisense won't work anymore.
Tried CTRL+SPACE but only loading pop up I'd got and even I got no error/lint not works. Strangely it works in the other (not react) project properly.
I have tried reset setting, restart ts server, add jsconfig, install @types/node or @types/react, disable every extension, uninstall all the extensions, re-install VS code, but nothing works.
The text was updated successfully, but these errors were encountered: