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
If you add an empty jsconfig.json file to your react project it will crash the build process. just fill it with something like
{ "compilerOptions": { "target": "es6" } }