This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-03-02
Channels
- # beginners (7)
- # calva (10)
- # cider (9)
- # cljdoc (2)
- # cljsrn (10)
- # clojure (35)
- # clojure-europe (1)
- # clojure-greece (1)
- # clojure-spec (31)
- # clojure-uk (6)
- # clojurescript (3)
- # community-development (2)
- # cursive (37)
- # duct (5)
- # emacs (7)
- # fulcro (40)
- # hoplon (7)
- # off-topic (8)
- # parinfer (1)
- # quil (6)
- # re-frame (7)
- # reagent (7)
- # shadow-cljs (45)
- # sql (17)
- # tools-deps (12)
- # yada (3)
i am back to using vim keybindings so trying to adjust some things like remapping calva.clearInlineResults from escape to...something different. but i was wondering, I liked it back when the inline results would just disappear when I moved on. Can I get that functionality back with some kind of remapped keybinding?
sort of related, I was also wondering if this suggestion for eval-to-comment is on the radar at all. https://github.com/BetterThanTomorrow/calva/issues/102 I prefer that as a way to keep results that I want long term instead of keeping the inline results visible until I dismiss them. Just curious, not trying to request immediate results or anything! I never know how to properly ask about these things.
Eval to comment is on the radar. It is mostly waiting for us to get the paredit library we use replaced for the one that @mseddon has written.
As for dismissing inline results. I guess it could be a setting to get them dismissed on any cursor movement…
i've found myself using vs code more and more for messing around with all other languages besides clojure because it just works and I am less inclined to configure it all day like fun ole emacs! calva could push me over the edge for good! Keep up the great work.
i was for sure that calva used to dismiss the inline results on cursor movement before but i could be mistaken
You are not mistaken. https://github.com/BetterThanTomorrow/calva/issues/63