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...
Please sign in to leave a comment.
completion within quotes in
import React from "react";works fine for me:Make sure that
reactnode 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
frompartNote that completion will work without NodeJS plugin in the upcoming 2018.3 release