This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-02-12
Channels
- # adventofcode (1)
- # announcements (6)
- # babashka (28)
- # beginners (75)
- # calva (8)
- # clj-commons (4)
- # clojure (39)
- # clojure-austin (5)
- # clojure-europe (7)
- # clojurescript (14)
- # clr (3)
- # datalevin (2)
- # fulcro (7)
- # funcool (1)
- # graphql (4)
- # helix (3)
- # hyperfiddle (5)
- # joyride (15)
- # malli (1)
- # missionary (16)
- # practicalli (1)
- # releases (1)
- # reveal (2)
- # tools-deps (14)
- # vim (9)
myabe i'm missing something in Calva, but does calva offer js code completion from cljs projects?
OH yes my bad. In short, i'm just using jack-in to launch a build from my shadow-cljs.edn I am managing the project through shadow-cljs in that i'm using the shadow-cljs.edn to configure my project. I'm installing three.js through npm and then using the jack-in command from calva to start a new shadow-cljs repl using a build i have configured in my shadow-cljs.edn. the build is using my ns as its :entries calling a render-fn as the :init-fn. My goal was to only have to interface with calva when launching my project so i don't need to use the shadow-cljs web console to watch/compile builds
Thanks! Well, then you should have code completions. It's not perfect, and some constructs don't work, for reasons I have not fully understood. But threading should work. Try:
(-> js/document
.|)
|
represents the cursor.