import suggestion not work

Hello,

Import suggestion not work on create react app.

I expect it will show a list with "react" which is in my installed package.

 
8 comments
Comment actions Permalink

Try pressing Ctrl+Space within quotes in import - what can you see there? Will the import be recognized if you enter the package name?

0
Comment actions Permalink

Nothing happen.
Yes, it is recognized if enter the entire name.

0
Comment actions Permalink

please share a screenshot that shows what the node_modules/react folder look like in your Project explorer

0
Comment actions Permalink

Looks OK (but can't tell for sure because of the custom icons being used). Could you check if you can reproduce the issue in a new React app?

0
Comment actions Permalink

All my test above is in new React app ( create by Create-react-app).

0
Comment actions Permalink

Works as expected for me:

 

 

what IDE version do you use? could you check if starting the IDE with default settings (File > Manage IDE Settings > Restore Default Settings...) makes things any better?

1
Comment actions Permalink

After I uninstalled the plugin "I18n Support" it works again.

Thank you so much !

1

Please sign in to leave a comment.