-
Notifications
You must be signed in to change notification settings - Fork 29.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 not working in react-native project #88264
Comments
(Experimental duplicate detection) |
Is your code on somewhere besides the |
Hi there, Having the same issue in a React project (created via create-react-app) : intellisense works after VSCode launch, but once I modify and save any file, it stops working. Intellisense shows "Loading..." forever when hovering a variable or pressing Ctrl+Space. Also the CPU usage goes up and I can hear my computer suffer from the noise of the fan... Note that I started VSCode with -disable-extensions to be sure it wasn't due to any of them. I downgraded VSCode to October version (1.40.2) and intellisense works fine now. |
Hi there, I have the same problem. I noticed that it doesn't happen if I don't install these packages. HELP PLS: What's more, if I downgrade to VSCode 1.40.2, it works fine as it happens to @doguh. EDIT: it's not a react-native project but a react one. Though, I have the same problem. |
Installing this extension : https://marketplace.visualstudio.com/items?itemName=ms-vscode.vscode-typescript-next As described here : #88161 seems to fix the problem on latest VSCode. |
Closing as needs more info from original posters |
Version: 1.40.2 (user setup)
Commit: f359dd6
Date: 2019-11-25T14:54:45.096Z
Electron: 6.1.5
Chrome: 76.0.3809.146
Node.js: 12.4.0
V8: 7.6.303.31-electron.0
OS: Windows_NT x64 10.0.18362
when i try to write code intellisense not showing any suggestions
it continuously shows "Loading...." .
plz help me.
i m using following extensions:
-ES7 React/Redux/GraphQL/React-Native snippets
-JavaScript (ES6) code snippets
-React Native Tools
-React-Native/React/Redux snippets for es6/es7 version Standard
-Sublime Babel
-Visual Studio IntelliCode
Does this issue occur when all extensions are disabled?: Yes/No
The text was updated successfully, but these errors were encountered: