Fork me on GitHub
#emacs
<
2016-02-22
>
nha16:02:37

I just found about cider C-c C-d C-f to search through clojure docstrings. Amazing ! Even more amazing is that you can then jump to the source insure Clojure. Is that only for Clojure, or is it something I can use as well in my projects (if so how ? ). Note: I'm using prelude

benedek17:02:21

jump to source should work for ur project and ur dependencies as well. For clj at least. I guess for java deps I need source jars too

nha17:02:14

@benedek: That's great news ! but what is the command ?

benedek17:02:27

M-. and M-, jumps back

nha17:02:31

Ah perfect ! Thanks a ton !

benedek17:02:26

No worries

hugod17:02:02

If I have a macro in a .cljc that I refer into a .cljs file (using :refer-macros). When placing point on the macro invocation symbol, I get an exception trace from cljs-tooling in the REPL (and the REPL buffer grabs focus), saying the macro’s namespace is not found. This only seems to happen when the macro expands to another macro invocation. Has anyone else noticed this?

hugod17:02:12

The excepetion is at info.clj: 87