Fork me on GitHub
#cider
<
2022-04-05
>
Benjamin11:04:04

I think the elisp package 'macrostep' really gives legendary inline macroexpansion. cider-macroexpand-1-inplace on it's own is spartan, which is good but macrostep with it's overlays is totally smooth. -> ok I found somebody made this work https://github.com/clojure-emacs/cider/issues/1850 this is basically what I wanted. Only thing missing at first glance is the colored gemsyms

enn16:04:34

I just tried the macrostep-geiser package linked there, this is great! Thanks for sharing.

mister_m21:04:02

is there a way to get cider to report to me that I have a source file using a function that is defined in the same namespace, but not actually in the code any longer?

dpsutton21:04:19

clj-kondo should handle that

mister_m14:04:05

Thanks, it appears I had this enabled via doom just not actually installed

👍 1