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

new feature: replace expression with its evaluated result #1

Open
derhuerst opened this issue Nov 23, 2024 · 0 comments
Open

new feature: replace expression with its evaluated result #1

derhuerst opened this issue Nov 23, 2024 · 0 comments

Comments

@derhuerst
Copy link

Suppose i have a list of expressions:

- foo 1 + 2.3
- bar 2 + 3.4
- baz 3 + 4.5

It would be very handy to be able to select all of these expressions and, for each of the multiple cursors, replace the selection with the result it evaluates to!

The result would be this:

- foo 3.3
- bar 5.4
- baz 7.5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant