This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-02-19
Channels
- # announcements (10)
- # aws (3)
- # aws-lambda (1)
- # babashka (24)
- # beginners (57)
- # boot (5)
- # calva (20)
- # chlorine-clover (3)
- # cider (14)
- # clj-kondo (37)
- # clojars (17)
- # clojure (200)
- # clojure-dev (40)
- # clojure-europe (9)
- # clojure-france (7)
- # clojure-gamedev (5)
- # clojure-hungary (4)
- # clojure-italy (8)
- # clojure-losangeles (2)
- # clojure-nl (9)
- # clojure-uk (97)
- # clojurebridge (1)
- # clojured (3)
- # clojuredesign-podcast (23)
- # clojurescript (13)
- # code-reviews (2)
- # component (22)
- # core-typed (7)
- # cursive (64)
- # datascript (12)
- # datomic (60)
- # emacs (6)
- # fulcro (54)
- # graalvm (11)
- # graphql (3)
- # hoplon (25)
- # jobs (1)
- # joker (85)
- # juxt (5)
- # kaocha (10)
- # klipse (8)
- # malli (2)
- # off-topic (36)
- # parinfer (1)
- # pathom (1)
- # re-frame (9)
- # reagent (4)
- # reitit (1)
- # remote-jobs (1)
- # shadow-cljs (24)
- # spacemacs (1)
- # sql (39)
- # tools-deps (10)
- # tree-sitter (18)
- # xtdb (18)
heya, a question please
what's this panel? is it a calva thing?
it shows up when I press space inside forms
I couldn't quite find it listed in the calva options so I'm not super sure it's a calva thing... but I'd like to maybe turn it off for a while
I find myself pressing escape all the time to get it out of the way so I can see the code that it appears over
thank you, that feels a bit better to me as well
I don't quite remember this bothering me as much outside of clojure for some reason, maybe I fiddled with the options at some point and forgot about it
It's the same for me. Dunno why it is so... But I kinda prefer to pick it up at will also for other languages even if not as annoying with the pop up there.
BTW. Calva has a setting for including a bit of the docs to that panel. Which is convenient since you then do not always have to hover over the function symbol to see the docs.
is that Show docstring in parameter help
?
tried turning it on/off and seeing the parameter help, but it didn't look different
I'll keep it on though, maybe I need a restart of the editor
thanks for the tip!
Is there an abvious way to control the indentation? It seems it is only one space instead of 2 for me.
I’m wanting to raise the heap size for my JVM. Though what I have read so far all points out using the -O from the command line. Is there a way to configure it in deps.edn where I can jack-in with cider as normal.
@grounded_sage there is a jackInEnv
setting that you probably can use for this. iirc there are environment variables for the java options.
@corneliu.hoffman not currently. But there is a PR that fixes this. Please help test it: https://github.com/BetterThanTomorrow/calva/pull/546