cursive-ide / cursive

Cursive: The IDE for beautiful Clojure code
581 stars 7 forks source link

Go To not working for re-frame event handlers in large project #2870

Open Sardtok opened 8 months ago

Sardtok commented 8 months ago

I can use Go To to jump to the definition (reg-event-XX) just fine in smaller modules/projects. I can also use Go To to jump to the definition of subs in the project although it is large.

Is there a limit to the number of event handlers that are supported when using Go To? This project has a little over 600 event handlers, but "only" around 400 subscriptions.

The keyword usages can easily be found by searching for them in Navigate => Keyword