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

Support inline output replace on REPL commands #1755

Closed
wilkerlucio opened this issue May 18, 2017 · 0 comments
Closed

Support inline output replace on REPL commands #1755

wilkerlucio opened this issue May 18, 2017 · 0 comments
Labels
new Marks issues describing new features released Marks issues which have had the fixes released in a stable build
Milestone

Comments

@wilkerlucio
Copy link

Add an option on the REPL command to replace the current selection with the result output.

This feature would give us the ability to run custom commands that use the selection to do inline transformations. Currently I have one case: I have a command that sorts the selection, I use that so sort my imports. The currently workflow is to select the items, run the command, copy the output from the REPL, and then paste back. Having the inline result option would speed up this flow and allow other custom flows like this to be created.

@cursive-ide cursive-ide added this to the 1.12.8 milestone Feb 4, 2023
@cursive-ide cursive-ide modified the milestones: 1.12.8, 1.12.8-eap2 Feb 8, 2023
@cursive-ide cursive-ide added the new Marks issues describing new features label Feb 8, 2023
@cursive-ide cursive-ide added the released Marks issues which have had the fixes released in a stable build label Oct 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new Marks issues describing new features released Marks issues which have had the fixes released in a stable build
Projects
None yet
Development

No branches or pull requests

2 participants