Auto-import stops working after update to IntelliJ IDEA 2020.1.2
Answered
after update to IntelliJ IDEA 2020.1.2 stops working auto-import for js/ts, found this article:
there is the same problem, but it worked perfectly before update
Please sign in to leave a comment.
Please describe the issue from the beginning. How the issue is reproduced? Don't you see your import in Basic Completion popup (Alt+Enter)?
Yeap, previously it works, (Alt+Enter) - and add import from common folder, now IDEA can't find component
Is it reproducible for you in a brand new react project?
yeap, the same situations for the new project, also color js schema works very strangely, after update
filter, foreach methods have warning - Unresolved function or method filter()
Could you please compose a sample project where these issues can be reproduced?