This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-03-05
Channels
- # announcements (17)
- # aws (1)
- # babashka (68)
- # beginners (88)
- # calva (85)
- # chlorine-clover (10)
- # cider (5)
- # cljsrn (4)
- # clojure (99)
- # clojure-android (1)
- # clojure-denmark (1)
- # clojure-europe (15)
- # clojure-italy (5)
- # clojure-nl (3)
- # clojure-spec (1)
- # clojure-uk (67)
- # clojurescript (44)
- # core-async (44)
- # cryogen (4)
- # cursive (22)
- # data-science (2)
- # datascript (10)
- # datomic (29)
- # duct (11)
- # editors (2)
- # emacs (2)
- # events (1)
- # fulcro (28)
- # ghostwheel (7)
- # graalvm (8)
- # instaparse (6)
- # java (34)
- # jobs (9)
- # jobs-discuss (71)
- # juxt (12)
- # luminus (3)
- # malli (15)
- # meander (9)
- # nrepl (4)
- # off-topic (44)
- # pathom (13)
- # reagent (22)
- # schema (1)
- # shadow-cljs (39)
- # spacemacs (2)
- # test-check (1)
- # tree-sitter (5)
- # xtdb (5)
- # yada (1)
I'm using it without any problems
me too. i've experienced some minor issues, like if i change some extra-paths in my project's deps.edn, i had to close and re-open the project window; simply refreshing the deps is not enough. i was also running 3 repls (from a monorepo) and none of them accepted my cmd-shift-l to load a file, but after re-starting the corresponding repl it started to work again. small things like that might happen, but haven't seen any exceptions since i've installed eap9
@U086D6TBN The refresh issue is https://github.com/cursive-ide/cursive/issues/2331, which I’ve just fixed for the next EAP.
Cursive does a nice job of suggesting keywords when I type :
However, it does not suggest when I'm in a destructing context like {:keys [key1 key2]}
. Can Cursive detect that context and suggest keywords without prefixing the destructing with a colon?
Seems remote nrepl with “use port from repl file” is still broken. I just commented on the old issue: https://github.com/cursive-ide/cursive/issues/2311
Thanks a lot Colin! The error message in eap10 made me realize there was no .nrepl-port
file. Found out that shadow-cljs creates it as .shadow-cljs/nrepl-port
. Anyway, a ln -s
fixed it.
https://github.com/thheller/shadow-cljs/issues/524#issuecomment-510365911
Had the same issue a few days back. Is there a way to tell cursive the location of the nrepl-port file?
There isn’t, but there should be: https://github.com/cursive-ide/cursive/issues/2216