-
Notifications
You must be signed in to change notification settings - Fork 29.9k
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
How to configure IntelliSense in Visual Studio Code? #1648
Comments
https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/react
Restart, then, you can get intellisense |
Thanks @meritozh, is there no way to achieve it w/o |
@sarbbottam You must need |
Almost duplicate of #957 |
How to configure IntelliSense in Visual Studio Code?
For example, lets consider the below code snippet.
I would like the IntelliSense to suggests the available methods on
React
, when I presscmd + space
after typingReact.
.Is that possible? If yes any pointer would be of great help.
PS:
I have already installed the
dependent modules
and updated thepackage.json
and they are available at./node_modules/
Raised it at StackOverflow a month ago.
The text was updated successfully, but these errors were encountered: