This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-03-29
Channels
- # announcements (8)
- # babashka (41)
- # beginners (45)
- # calva (23)
- # cider (17)
- # cljdoc (2)
- # cljfx (9)
- # clojure (40)
- # clojure-bay-area (13)
- # clojure-czech (4)
- # clojure-europe (46)
- # clojure-germany (6)
- # clojure-nl (13)
- # clojure-serbia (3)
- # clojure-uk (9)
- # clojurescript (76)
- # conjure (7)
- # cursive (5)
- # data-science (6)
- # deps-new (7)
- # fulcro (41)
- # graalvm (2)
- # jobs (6)
- # lsp (10)
- # malli (1)
- # mid-cities-meetup (1)
- # off-topic (77)
- # polylith (40)
- # re-frame (18)
- # releases (1)
- # remote-jobs (9)
- # reveal (1)
- # rewrite-clj (1)
- # shadow-cljs (11)
- # tools-deps (3)
- # tree-sitter (3)
- # vim (8)
- # xtdb (45)
Dear Calva-friends, can I get some help testing this minor change regarding completions? ❤️ The difference should be that completions are now working with babashka’s nrepl server (the most recent babashka supports this, iiuc). Otherwise completions things should work as before. I’m pretty sure they do, but as programmers you know what such assumptions are worth, right? 😃 Here’s the VSIX: https://12373-125431277-gh.circle-artifacts.com/0/tmp/artifacts/calva-2.0.183-1083-fix-complete-info-68898896.vsix
@pez The lookup/info op is only supported with bb master right now. Binaries are available in #babashka-circleci-builds
Oh this is about completions, I get it yeah, so that should work with released bb already
When I am typing, after I hit enter
after list of arguments of defrecord
method implementation:
Ah maybe it was conflicting with VSCode format-on-save? That will at least resolve part of the problem (breaking the second file on save)