Why have my intellisense stopped showing modules like react pose etc?

It just happend with no warning at all, when I try to type something like import React from 're

it only shows typescript information and no react module at all. What have happened?

Tried to remove, reinstall, remove every component that could have cache and it still gives me the finger when intellisense shows node_modules.

 

This is so annoying that I'm right now thinking of changing IDE to another one since this is just not how it should work.
Without a working intellisense I could just use my notepad...

0
3 comments

completion within quotes in import React from "react"; works fine for me:

 Make sure that react node module is not excluded from project, and that project indexing is completed;

also please make sure that NodeJS plugin is installed and enabled in Preferences | Plugins - you need this plugin to enable completion of installed node modules in from part

0

Note that completion will work without NodeJS plugin in the upcoming 2018.3 release

0
This is so weird, I don't have that NodeJS plugin enabled and it used to work until a few days agoo.
 
But as long as it works.
0

Please sign in to leave a comment.