This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-02-14
Channels
- # announcements (1)
- # beginners (206)
- # calva (2)
- # cider (64)
- # cljs-dev (12)
- # clojars (2)
- # clojure (177)
- # clojure-europe (2)
- # clojure-finland (1)
- # clojure-italy (2)
- # clojure-losangeles (5)
- # clojure-nl (7)
- # clojure-russia (69)
- # clojure-spec (41)
- # clojure-uk (92)
- # clojurescript (60)
- # core-async (16)
- # cursive (48)
- # data-science (6)
- # datomic (73)
- # duct (5)
- # events (2)
- # figwheel-main (5)
- # fulcro (29)
- # hoplon (1)
- # off-topic (52)
- # pathom (11)
- # reagent (4)
- # reitit (5)
- # remote-jobs (1)
- # rum (7)
- # shadow-cljs (58)
- # slack-help (10)
- # spacemacs (3)
- # testing (3)
- # tools-deps (5)
hey friends, can you please help me to get tiny pr noticed by maintainers. https://github.com/clojure-emacs/cider/pull/2583 This thing has been bugging me for a long time. Once this gets accepted and merged I will submit a fix for Spacemacs
In case If you’re curious why Spacemacs needs a separate PR. Basically when in Spacemacs you do g g
or , g d
- it uses so called spacemacs-jump-handlers
. At some point working in Cljs project I got annoyed with cider-find-var (it didn’t support Cljs at all) also I wanted to jump to definition even when not jacked-in. I made it so it would fallback to dumb-jump whenever it fails to use cider-find-var. It would be fair to say that find-var works better in Spacemacs than in vanilla Emacs with cider. But it currently doesn’t have a way to open definition in other window. I have a fix but without the aforementioned fix for cider - it’s almost useless.