This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-05-02
Channels
- # announcements (4)
- # aws (18)
- # beginners (227)
- # boot (1)
- # calva (13)
- # cider (22)
- # clara (2)
- # cljs-dev (17)
- # clojure (85)
- # clojure-brasil (2)
- # clojure-dev (55)
- # clojure-europe (2)
- # clojure-italy (18)
- # clojure-japan (4)
- # clojure-losangeles (1)
- # clojure-nl (5)
- # clojure-uk (53)
- # clojurescript (46)
- # clojureverse-ops (8)
- # cursive (17)
- # data-science (3)
- # datascript (3)
- # datomic (25)
- # duct (4)
- # emacs (2)
- # figwheel-main (1)
- # fulcro (9)
- # hoplon (2)
- # hyperfiddle (1)
- # jobs-discuss (5)
- # kaocha (7)
- # leiningen (3)
- # nrepl (50)
- # off-topic (32)
- # portland-or (1)
- # re-frame (19)
- # reitit (2)
- # shadow-cljs (30)
- # spacemacs (2)
- # sql (8)
- # tools-deps (4)
- # vim (26)
- # xtdb (3)
- # yada (8)
Thinking about adding a SignatureHelpProvider to Calva, I found it a very useful feature of avli/clojureVSCode and after looking over the source code of avli/clojureVSCode it would probably be pretty painless to port over to Calva since they work similarly. Would this be a welcome contribution?
@ibarrick, welcome! Is it the same thing as this? https://github.com/BetterThanTomorrow/calva/issues/149
There was a discussion somewhere, I can’t find it now, about how the new repl window includes arguments to the function and that that should be utilized in the editor as well.
It's related I think, the signature helper automatically pops up as you are typing and is aware of which position you are at. The completion helper including args would also be useful
Please read the How to Contribute page on the wiki before you go about it. If you haven’t already. 😃
The important thing right now is that I do not have bandwidth for accepting PRs on master
, because I’m working on the dev
branch for all new things and will merge back on master
once Calva 2 is released.
What is the timeline for Calva 2? If it's very near term I might consider just doing it on dev, otherwise I'm not sure where that leaves me 😕
Please add it on dev only. Unfortunately I don’t know how far away Calva 2 is from release. I am stuck with some blocking bugs that I have not been able to move for weeks now, despite pushing often and hard on them… But, well, I do hope it is less than a month. I will probably have gone nuts if it takes me longer than that to figure those bugs out.