Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

intellij navigate to file stopped working

So we have a large project and I use the intellij navigate to file cntrl+shift+n all the time. I don't know what happened but now when I try and use it - it can't find anything. I haven't recently installed any plugins or anything.

I've restarted intellij a couple times, checked the little filter icon to make sure I'm not filtering on anything...nothing seems to be working. Any ideas what I need to do to get it working again?

like image 281
Uncle Iroh Avatar asked May 14 '12 17:05

Uncle Iroh


People also ask

How do I enable navigation in IntelliJ?

Browse through methodsPress Alt+Down or Alt+Up . To visually separate methods in code, in the Settings/Preferences dialog ( Ctrl+Alt+S ), go to Editor | General | Appearance and select the Show method separators option. To open the Structure tool window, press Alt+7 .

How do I navigate files in IntelliJ?

Press Ctrl+Shift+T or choose Navigate | Go to File... from the main menu . Alternatively, you can press Ctrl+Shift+A , start typing the command name in the popup, and then choose it there.

Why search is not working in IntelliJ?

As lena said, the following should fix it for you: Click File -> Invalidate Caches / Restart.. Click the button "Invalidate and Restart" After restart, try run the search again.


1 Answers

Try 11.1.2 build and File | Invalidate Caches. If it doesn't help, contact JetBrains support with a sample project to reproduce it.

like image 143
CrazyCoder Avatar answered Oct 11 '22 12:10

CrazyCoder