You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you invoke cider-eval-last-sexp at the end of the following snippet, only the function is sent for evaluation, not the hint.
^{:batman false} (inc 1)
However, to the clojure reader, that is a single expression. Now, I'm not saying that's a bug, and I realise this is in line with sexp navigation (which should not change), but perhaps it would be convenient for cider to send that entire thing for evaluation?
This is a bit more annoying when dealing with reader macros. i.e., #inst "1970-01-01T00:00:09" is pretty hard to evaluate.