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.

 
0
8 comments

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

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

0

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

0

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

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

0

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

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

Thank you so much !

1

Please sign in to leave a comment.