This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-09-17
Channels
- # announcements (1)
- # aws (7)
- # babashka (5)
- # calva (56)
- # cider (13)
- # clj-commons (1)
- # clj-kondo (12)
- # clj-yaml (35)
- # clojure (84)
- # clojure-europe (93)
- # clojure-sg (2)
- # clojure-uk (1)
- # clojurescript (10)
- # conjure (37)
- # core-typed (1)
- # cursive (31)
- # duct (1)
- # figwheel-main (4)
- # fulcro (2)
- # holy-lambda (2)
- # humbleui (3)
- # membrane (118)
- # off-topic (46)
- # pathom (8)
- # podcasts-discuss (5)
- # releases (2)
- # rewrite-clj (13)
- # sci (27)
- # shadow-cljs (17)
- # tools-deps (12)
does clojurescript support :as-alias
requires?
thanks
hi, can anybody use C-z (go to REPL) or M-. (go to source) on any cljs file in cider please? I tried shadow-cljs and figwheel-main, and despite having fully functional clojurescript REPL in emacs, source buffers are shown as "cider[not connected]" at the bottom status bar. sesman shows somethign like this:
CIDER Sessions: 1: bubrary-web/pdf-browser:localhost:45157 linked-to: proj(~/projects5/bubrary-web/pdf-browser/) objects: cider-repl %s(pending-cljs)
You really want to check out lsp-mode and clojure-lsp and take some time to configure them. Your clojurescript experience will be much better. https://emacs-lsp.github.io/lsp-mode/ https://clojure-lsp.io/