I woke up this morning and my IntelliJ is suddenly behaving like a text editor:
CMD + Click
mouse pointer changing to hand. If I press CMD
and hover over a type, the mouse pointer doesn't changeNothing's working. How do I fix this! thanks
The solution was to disable the Shared Project Indexes Plugin.
Preferences -> Plugins -> Shared Project Indexes (uncheck it)
followed by a restart IDE.
My guess is that another project I recently opened messed with the indexes.