FYI - I've implemented inline macroexpansion in CIDER (after it being on the backlog for 10+ years 😅) - it's essentially macrostep for CIDER. You can read about it here https://docs.cider.mx/cider/debugging/macroexpansion.html#inline-macroexpansion Feedback welcome!
I always wanted this sort of behaviour in the macroexpand buffer.
I've done something similar there as well. (plus some other improvements to the dedicated buffer) I'll think if I want to align them fully down the road.
This is going to make writing macros much easier!
I can only hope so!