This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2024-03-11
Channels
- # announcements (1)
- # aws (5)
- # beginners (35)
- # calva (18)
- # clerk (5)
- # clojure (20)
- # clojure-berlin (1)
- # clojure-dev (12)
- # clojure-europe (16)
- # clojure-nl (1)
- # clojure-norway (159)
- # clojure-uk (5)
- # clojurescript (8)
- # conjure (1)
- # cursive (18)
- # events (10)
- # fulcro (23)
- # hyperfiddle (5)
- # introduce-yourself (3)
- # juxt (2)
- # off-topic (1)
- # polylith (4)
- # portal (11)
- # releases (1)
- # shadow-cljs (4)
- # xtdb (9)
- # yamlscript (1)
Dear Calva friends: https://github.com/BetterThanTomorrow/calva/releases/tag/v2.0.421 • Fix: https://github.com/BetterThanTomorrow/calva/issues/2291 For quite a while now I (and others) have experienced a frustrating issue with errors/warnings being printed very slowly to the output window. And after all the messages have been printed, there were printed as many prompts as there were lines of output. I haven’t found the root cause to the slowness, but I found where those prompts come from and removed them. That also fixed the slowness, so whatever that is about is with the mechanism we are using to hold some output waiting for other output. Anyway, now this particular printing slowness, or the extra prompts shouldn’t bother us anymore. CC: @furkan3ayraktar @dustingetz
how do I navigate to a symbol on the classpath, i.e sth in my deps but not in my own project?
Very down-to-earth solution, thanks.
and i gather there is no "go to namespace" command? (I think more in terms of namespaces than files, and the latter could presumably be useful for ns in deps as well)
yeah it does. I was thinking something when you get to type the name of the namespace, like for "Go To Symbol"
I wonder if what you are looking for is the same as is asked for here: https://github.com/BetterThanTomorrow/calva/issues/545
@U0ETXRFEW Yeah that looks like the one
I’m not sure I follow what’s said there, but it looks like @UKFSJSM38 says that clojure-lsp has the API for us to add the command?
yes, clojure-lsp already provides that via workspace/symbol
request as showed https://github.com/BetterThanTomorrow/calva/issues/545#issuecomment-922274889
Dear Calva friends: https://github.com/BetterThanTomorrow/calva/releases/tag/v2.0.422
• Bump deps.clj to v1.11.2.1446
• https://github.com/BetterThanTomorrow/calva/issues/2408