-
Notifications
You must be signed in to change notification settings - Fork 32.8k
How to configure IntelliSense in Visual Studio Code? #1648
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
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: