import suggestion not work Ppsd35741y23 Created January 31, 2023 03:20 Hello, Import suggestion not work on create react app. I expect it will show a list with "react" which is in my installed package.
Try pressing Ctrl+Space within quotes in import - what can you see there? Will the import be recognized if you enter the package name?
Nothing happen.
Yes, it is recognized if enter the entire name.
please share a screenshot that shows what the
node_modules/reactfolder look like in your Project explorerLooks 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?
All my test above is in new React app ( create by Create-react-app).
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?
After I uninstalled the plugin "I18n Support" it works again.
Thank you so much !