This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-08-23
Channels
- # babashka (4)
- # beginners (46)
- # biff (64)
- # calva (34)
- # cider (29)
- # cljdoc (12)
- # cljs-dev (16)
- # clojure (42)
- # clojure-australia (2)
- # clojure-china (1)
- # clojure-europe (35)
- # clojure-filipino (1)
- # clojure-hk (1)
- # clojure-indonesia (1)
- # clojure-japan (1)
- # clojure-korea (1)
- # clojure-my (1)
- # clojure-nl (1)
- # clojure-norway (6)
- # clojure-sg (1)
- # clojure-taiwan (1)
- # clojure-uk (4)
- # clojurescript (3)
- # core-typed (3)
- # cursive (5)
- # datalevin (3)
- # datomic (23)
- # hyperfiddle (92)
- # joyride (8)
- # juxt (3)
- # malli (1)
- # nbb (44)
- # pathom (10)
- # portal (3)
- # rdf (1)
- # reitit (10)
- # shadow-cljs (60)
- # sql (12)
Hi! Since maybe a week keywords no longer resolve. Ctrl+Clicking them has zero visible effect. Ctrl+Clicking symbols like function names still has the usual effect of taking me to the definition or users depending on which type (user or definition) I click on. Any idea what might have caused that and how to revert to the old behaviour? Doing File > Repair IDE to the last step where it drops all caches and indexes did not have any effect.
this thread: <https://clojurians.slack.com/archives/C0744GXCJ/p1690793624655599> might be related/helpful
Intellij has great navigation support in JSON files - this is from a JSON scratch file I have open right now - where the bottom margin shows the location in the file of the cursor and allows navigation by clicking on those elements. I would love if we could get the same support for EDN files.
I suppose I could write a standalone plugin that did that, but I’m lazy so… 🙂