Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

GoTo in IntelliJ IDEA does not work

I'm developing some js projects (react.js) in IntelliJ IDEA, have many modules linked with export/import, all placed in a tree of folders that is open in my project

anyway, none of IntelliJ's GoTo features work...

can you tell me how to configure quick navigation through function declarations between modules and modules?

like image 966
Alexander M. Avatar asked Nov 09 '22 10:11

Alexander M.


1 Answers

Usually this is a sign that the caches/indexes for the project are corrupt. Go to File > Invalidate Caches / Restart and select "Invalidate and Restart". After Restarting, wait for IDEA to re-index the project, and then give it a try, Note that invalidating caches will delete your local history (in the event you use that).

like image 192
Javaru Avatar answered Nov 14 '22 23:11

Javaru