This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-11-06
Channels
- # announcements (5)
- # asami (4)
- # babashka (27)
- # beginners (1)
- # calva (4)
- # cider (64)
- # clj-kondo (7)
- # clojure (7)
- # clojure-brasil (3)
- # clojure-europe (41)
- # clojure-france (2)
- # clojure-norway (101)
- # clojure-uk (5)
- # clojurescript (19)
- # cursive (3)
- # datahike (15)
- # datomic (15)
- # events (2)
- # honeysql (11)
- # hyperfiddle (27)
- # introduce-yourself (2)
- # jobs-rus (1)
- # leiningen (8)
- # london-clojurians (1)
- # lsp (175)
- # off-topic (52)
- # overtone (10)
- # portal (15)
- # re-frame (7)
- # reagent (1)
- # releases (1)
- # remote-jobs (2)
- # shadow-cljs (15)
- # sql (5)
Dear Calva friends: https://github.com/BetterThanTomorrow/calva/releases/tag/v2.0.394 • Fix: https://github.com/BetterThanTomorrow/calva/issues/2091 The problem was that the two mechanisms for providing hover information were unaware of each other. I now made the lsp provider check if there was already someone else providing hovers and if so it doesn’t add any. End result is that if the nrepl server provides hovers, you’ll get those, otherwise you get clojure-lsp’s hovers.
I wonder if nrepl already include clojuredocs docs built-in in hover requests, which LSP provides, if so that's ok, otherwise, I'd say maybe LSP should be prioritized first