Fork me on GitHub
#cursive
<
2020-06-12
>
gibb13:06:30

Lest you forget cfleming, this project is awesome, I use it every day and I love it.

❤️ 9
✔️ 6
tekacs19:06:56

@cfleming I'm finding that in 2020.2 EAP + 1.9.2-eap6-2020.2 my Ctrl+Click/MiddleClick has stopped working entirely for anything that is defined through Symbol Resolution. If I set up a symbol to be an alias of defn or def, prior to this version I could Ctrl+Click to go to its definition point (IIRC) -- now it only works on things natively defn'd. I've tried Invalidate Caches + Restart, this is a deps.edn project, not sure what else I should share to ensure that it can be replicated. I'm going to try downgrading both for now if I can, but I do need to find a way to fix this to keep on going. :) I'm also discovering finding more things for which I can't Go to Definition, which I'll add to the Github Issue. Would love to understand if this is just a misconfiguration or needs a reset, somehow.

tekacs19:06:54

I also tried deleting the .idea directory and app.iml and re-importing the Clojure Deps project from scratch -- also to no avail.

tekacs19:06:26

would anyone happen to know if it's possible to revert to an older eap version of Cursive?

tekacs20:06:04

okay, downgrading to 2020.1.2 immediately fixed the issue for me (whilst staying on eap6), in case anyone else runs into this

cfleming22:06:03

@tekacs Yes, this seems to be an IntelliJ bug (or at least a change in expectations): https://youtrack.jetbrains.com/issue/IDEA-243212 - I’m waiting on feedback from JetBrains.

staypufd17:06:12

Bit me too. Thanks for update Colin