This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-06-12
Channels
- # aleph (1)
- # aws (2)
- # babashka (44)
- # beginners (178)
- # biff (12)
- # calva (22)
- # chlorine-clover (60)
- # cider (1)
- # clj-kondo (9)
- # cljdoc (6)
- # cljs-dev (37)
- # cljss (2)
- # clojure (43)
- # clojure-europe (3)
- # clojure-finland (23)
- # clojure-italy (1)
- # clojure-nl (4)
- # clojure-norway (3)
- # clojure-spec (56)
- # clojure-uk (148)
- # clojuredesign-podcast (1)
- # clojurescript (11)
- # conjure (5)
- # core-async (22)
- # cursive (9)
- # datascript (5)
- # datomic (4)
- # duct (8)
- # emotion-cljs (2)
- # figwheel-main (15)
- # fulcro (53)
- # graalvm (68)
- # helix (2)
- # jackdaw (1)
- # kaocha (9)
- # lambdaisland (1)
- # malli (10)
- # meander (2)
- # news-and-articles (1)
- # observability (12)
- # off-topic (17)
- # pathom (1)
- # pedestal (25)
- # practicalli (1)
- # protojure (4)
- # re-frame (2)
- # reagent (57)
- # reitit (1)
- # releases (2)
- # shadow-cljs (69)
- # specter (6)
- # tools-deps (10)
- # vim (16)
- # vscode (4)
- # yada (3)
Lest you forget cfleming, this project is awesome, I use it every day and I love it.
@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.
I also tried deleting the .idea directory and app.iml and re-importing the Clojure Deps project from scratch -- also to no avail.
would anyone happen to know if it's possible to revert to an older eap version of Cursive?
okay, downgrading to 2020.1.2 immediately fixed the issue for me (whilst staying on eap6), in case anyone else runs into this
@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.