This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-01-25
Channels
- # announcements (4)
- # babashka (58)
- # beginners (21)
- # calva (42)
- # clj-kondo (15)
- # cljdoc (16)
- # cljs-dev (11)
- # clojure (57)
- # clojure-denmark (1)
- # clojure-europe (24)
- # clojure-france (4)
- # clojure-nl (1)
- # clojure-norway (16)
- # clojure-spec (6)
- # clojure-uk (2)
- # clojurescript (19)
- # clr (4)
- # conjure (1)
- # core-logic (3)
- # cursive (5)
- # data-science (2)
- # datascript (6)
- # datomic (3)
- # emacs (4)
- # events (3)
- # fulcro (17)
- # gratitude (2)
- # hyperfiddle (4)
- # introduce-yourself (3)
- # jobs-discuss (2)
- # lsp (27)
- # malli (22)
- # pathom (73)
- # portal (21)
- # re-frame (5)
- # releases (1)
- # vim (8)
- # xtdb (28)
Hello š defn
and some other functions from clojure.core are not resolved. I tried solutions from https://cursive-ide.com/userguide/troubleshooting.html#help-lots-of-symbols-don-t-resolve but nothing has helped.
def
for example is resolved, i can see docstring when i hover it. But still cannot cmd+click to navigate to definition.
Also, local binding from let
are not resolved, i.e. i cannot cmd+click on them to navigate
"cannot find declaration to go to" when i click on local variables. I believe it was working before. I'm on IDEA 2022.3 and Cursive 1.12.7-2022.3
It works well with IDEA 2022.2. I would suggest not to upgrade to IDEA 2023.x for anyones who having similar issue.
Yes, Cursive does not support 2023.1 yet, Iām working on that, should be out soon.