This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-05-05
Channels
- # announcements (7)
- # babashka (20)
- # beginners (130)
- # bristol-clojurians (1)
- # cider (14)
- # clj-kondo (7)
- # cljdoc (14)
- # cljs-dev (15)
- # cljsrn (16)
- # clojars (11)
- # clojure (190)
- # clojure-dev (4)
- # clojure-europe (7)
- # clojure-italy (9)
- # clojure-nl (3)
- # clojure-romania (6)
- # clojure-uk (51)
- # clojurescript (44)
- # component (4)
- # conjure (28)
- # cursive (1)
- # data-science (4)
- # datascript (1)
- # datomic (30)
- # duct (4)
- # emacs (1)
- # figwheel (4)
- # fulcro (56)
- # graalvm (4)
- # helix (51)
- # jackdaw (2)
- # jobs-discuss (12)
- # joker (4)
- # lambdaisland (1)
- # local-first-clojure (1)
- # meander (73)
- # mid-cities-meetup (2)
- # nrepl (4)
- # off-topic (43)
- # pathom (56)
- # re-frame (37)
- # reagent (26)
- # shadow-cljs (161)
- # slack-help (9)
- # spacemacs (1)
- # tools-deps (18)
- # xtdb (18)
hey, Im trying to use cider-find-var
on a spec, ::my-ns/my-spec
, but Instead of jumping to the definition, it askes me to input a Symbol
Try cider-browse-spec`` instead, it seems closer to what you are looking for
cider-find-var is an interactive autoloaded Lisp closure in
'cider-find.el'.
It is bound to M-., <menu-bar> <CIDER Interactions> <Find (jump to)>
<Find definition>.
(cider-find-var &optional ARG VAR LINE)
Find definition for VAR at LINE.
Prompt according to prefix ARG and 'cider-prompt-for-symbol'.
A single or double prefix argument inverts the meaning of
'cider-prompt-for-symbol'. A prefix of '-' or a double prefix argument causes
the results to be displayed in a different window. The default value is
thing at point.
from C-h f cider-find-var
. note the cider-prompt-for-symbol
which can be set to nilHello friends, does anyone have successfully launched a cider REPL with the new clojurescript bundle
options ? Canโt get to make it work ๐ญ
*browser repl
@baptiste-from-paris if you are using figwheel then this does not work with bundle at the moment (see the #figwheel-main channel). I dont know if shadow works with it, there is a #shadow-cljs for that. Once those tools work with bundle, then so should cider.
Thanks a lot for your help :-)
I am not using these tools, Iโve read their announcements. I am just trying not to work in my terminal ๐
@baptiste-from-paris are you trying to use piggieback with the built-in cljs repl?
Yes indeed, with webpack as a bundler. I think i am going to try inferior mode like I am used to with Clojure CLR ๐ฅณ