What happened to the file-search? It doesn't work anymore.
Answered
Starting some days ago Intellij can't find some files in my project via STRG+N. It's weird cause it could find them before and can find other files in the same directory-structure! e.g. it finds src/main/webapp/components/component-one/mysuper.component.js but not src/main/webapp/components/component-two/mysupersecond.component.js. So why is that? The files do exist, I see them in the project structure window. It is really annoying, I loved this file search, but now i can't really use it cause I can't believe its result, I always have to switch to the "all" tab to check the result!
Version: Intellij IDEA Ultimate 2019.2.4
OS: Windows 10
Please sign in to leave a comment.
Have you tried invalidating the cache (File | Invalidate cache)?
Hey, thanks, it helped. Never had this weird problem before, that's why I didn't try it with that option... Thanks for the help!