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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: