Skip to content
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

Feature request: support for CIDER's "Evaluate up to cursor" #1057

Closed
igufi opened this issue Mar 7, 2021 · 2 comments
Closed

Feature request: support for CIDER's "Evaluate up to cursor" #1057

igufi opened this issue Mar 7, 2021 · 2 comments

Comments

@igufi
Copy link

igufi commented Mar 7, 2021

During a discussion on debugging in the calva channel at Clojurians Slack, it was noted that CIDER supports a feature where a user can "evaluate up to cursor". Could this functionality be exposed in Calva, too?

@bpringe
Copy link
Member

bpringe commented Mar 7, 2021

Just adding more context from Slack. With a form like below, it should be possible to evaluate up to the cursor:

(as-> 15 $
    (range 1 $ 3)|
    (interpose ":" $)) 

PEZ added a commit that referenced this issue Mar 8, 2021
@PEZ PEZ mentioned this issue Mar 8, 2021
12 tasks
@bpringe bpringe closed this as completed in ebb1754 Mar 9, 2021
@PEZ
Copy link
Collaborator

PEZ commented Mar 9, 2021

This now released (might take a few minutes to process in the marketplace). Teaser:

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants