This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-10-17
Channels
- # 100-days-of-code (5)
- # announcements (13)
- # beginners (98)
- # boot (19)
- # cider (10)
- # cljdoc (32)
- # clojure (142)
- # clojure-dev (37)
- # clojure-italy (3)
- # clojure-nl (2)
- # clojure-spec (30)
- # clojure-uk (18)
- # clojurescript (28)
- # cursive (8)
- # datomic (25)
- # duct (18)
- # editors (5)
- # emacs (39)
- # events (4)
- # figwheel (7)
- # figwheel-main (5)
- # fulcro (38)
- # graphql (19)
- # jobs-discuss (1)
- # jobs-rus (7)
- # keechma (1)
- # lumo (47)
- # off-topic (28)
- # om-next (3)
- # parinfer (3)
- # re-frame (18)
- # reagent (37)
- # reitit (8)
- # shadow-cljs (101)
- # specter (7)
- # tools-deps (8)
- # vim (1)
@azzurite I usually have a function for this in my user ns, and bind it to a keyboard shortcut via ‘Edit REPL Commands’ and ‘Preferences -> Keymap’, but I guess that @souenzzo’s suggestion of profiles means you can set up separate run configurations for each, so it’s only one action to start a Cljs REPL (though I can’t seem to find a keyboard shortcut setup for specific run configurations… :thinking_face: )
I have the same setup, was just wondering if it was possible to remove that last bit 😄 The different profiles would theoretically work, but when I run the clojurescript REPL directly in the namespace, cursive doesn't register that the REPL finished starting and just assumes it's still starting up (because the "start cljs repl" command never finishes, presumably), so that doesn't work
oic… hmmm
(ah… Alt + Shift + F10
)
@cfleming is there an easy way for me to correct static analysis of https://github.com/Engelberg/better-cond?
but i see it documeted here https://cursive-ide.com/userguide/testing.html