I\'m sure I\'m missing something simple, but I simply can\'t get React.js IntelliSense to work in Visual Studio code.
I have done the following:
npm
I think you need to add jsconfig.json to the root of your workspace
https://code.visualstudio.com/docs/languages/javascript#_javascript-projects-jsconfigjson
[Note: you can even leave the jsconfig.json file empty]
jsconfig.json
I had the same issue with angular this resolved it for me.
Hope this helps!!