-
-
Notifications
You must be signed in to change notification settings - Fork 646
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
define cider-eval-last-sexp-at-point #2328
Comments
Funny enough something like this already exists. See 2db31b0 What I've implemented works only for top-level forms, but obviously we can use the same approach for inner forms as well. |
Oh that's awesome. Let me have a play with it. |
is this the function?
So is it possible to change the behaviour by replacing |
No, the function is |
I have this function:
however, using Is there a way to add a |
I'm hoping to have a functionality to be used for evaluating
->
and->>
macros where:given the form:
it is possible to have evalution at subsequent steps, ie:
The interaction would be to
move
the parenthesis forward to the point of the cursor, evaluate and then move the parenthesis back to the original position.I tried but was a bit stuck. It'd be super useful for me if someone can implement it.
The text was updated successfully, but these errors were encountered: