Issue with Navigate > File

Answered

My "Go to File" functionality stopped working unexpectedly and I'm wondering if anyone else has had this issue. No matter what I search for, all that is shown is the "Searching..." state.

I have tried changing the scope, filters, including non-project items, invalidating caches, restarting, updating to the most recent version, rolling back to the previous version, reinstalling IntelliJ, recreating my project, just about everything I can think of.

One thing worth noting is that from this screen if I click the "Open in Find Tool Window", all the results are shown correctly. It is just the shortcut menu that isn't working.

 

0
4 comments

What OS/Window manager do you use? Are there any exceptions in the logs? Help | Compress Logs and Show in ...

0
Avatar
Permanently deleted user

I am on Windows 10.

It does appear there are exceptions being thrown. Thank you for the hint to get to these logs, I was looking at the Event Log for errors. Why would this error not be showing up in the Event Log?

I disabled the setting "Show icons in quick navigation" at Appearance > UI Options and it fixed the issue.

2019-12-18 11:29:15,173 [1039077]  ERROR - pplication.impl.LaterInvocator - IntelliJ IDEA 2019.3.1  Build #IU-193.5662.53 
2019-12-18 11:29:15,174 [1039078] ERROR - pplication.impl.LaterInvocator - JDK: 11.0.5; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o
2019-12-18 11:29:15,174 [1039078] ERROR - pplication.impl.LaterInvocator - OS: Windows 10
2019-12-18 11:29:15,174 [1039078] ERROR - pplication.impl.LaterInvocator - Last Action: GotoFile
2019-12-18 11:29:15,203 [1039107] ERROR - llij.ide.plugins.PluginManager - @NotNull method com/intellij/openapi/module/ModuleType.getIcon must not return null
java.lang.IllegalStateException: @NotNull method com/intellij/openapi/module/ModuleType.getIcon must not return null
at com.intellij.openapi.module.ModuleType.$$$reportNull$$$0(ModuleType.java)
at com.intellij.openapi.module.ModuleType.getIcon(ModuleType.java:44)
at com.intellij.ide.util.PsiElementModuleRenderer.showProjectLocation(PsiElementModuleRenderer.java:88)
at com.intellij.ide.util.PsiElementModuleRenderer.customizeCellRenderer(PsiElementModuleRenderer.java:62)
at com.intellij.ide.util.PsiElementModuleRenderer.getListCellRendererComponent(PsiElementModuleRenderer.java:40)
at com.intellij.ide.util.PsiElementListCellRenderer.getListCellRendererComponent(PsiElementListCellRenderer.java:206)
at com.intellij.ide.actions.searcheverywhere.SearchEverywhereUI$CompositeCellRenderer.getListCellRendererComponent(SearchEverywhereUI.java:956)
at com.intellij.ui.ExpandedItemListCellRendererWrapper.getListCellRendererComponent(ExpandedItemListCellRendererWrapper.java:38)
at com.intellij.ui.components.WideSelectionListUI.updateLayoutState(WideSelectionListUI.java:150)
at java.desktop/javax.swing.plaf.basic.BasicListUI.maybeUpdateLayoutState(BasicListUI.java:1389)
at java.desktop/javax.swing.plaf.basic.BasicListUI.locationToIndex(BasicListUI.java:1004)
at java.desktop/javax.swing.JList.locationToIndex(JList.java:1600)
at java.desktop/javax.swing.JList.getToolTipText(JList.java:1535)
at java.desktop/javax.swing.ToolTipManager$insideTimerAction.actionPerformed(ToolTipManager.java:675)
at java.desktop/javax.swing.Timer.fireActionPerformed(Timer.java:317)
at java.desktop/javax.swing.Timer$DoPostEvent.run(Timer.java:249)
at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:313)
at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:776)
at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:727)
at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
at java.base/java.security.AccessController.doPrivileged(Native Method)
at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:746)
at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:908)
at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:781)
at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$8(IdeEventQueue.java:424)
at com.intellij.openapi.progress.impl.CoreProgressManager.computePrioritized(CoreProgressManager.java:698)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:423)
at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
0

Thanks for the report, I've submitted it to the issue tracker. Please star/vote the issue to receive notifications: https://youtrack.jetbrains.com/issue/IDEA-229447.

0

> Why would this error not be showing up in the Event Log?

IntelliJ IDEA is a cross platform application using its own logging instead of the platform specific logging.

0

Please sign in to leave a comment.