-
Notifications
You must be signed in to change notification settings - Fork 2
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] Copy result #16
Comments
Would your ideal solution be an action (with a keybinding) that copies only the result of the current line to the clipboard? |
I think the best solution would be if I could simply select and copy the result as with any other text. |
All my development needs are satisfied with vscode and the right set of extensions. The only reason I prefer numi over qalc is the simple copy-to-clipboard mechanism. |
Due to how the results are displayed, I can't make them selectable (or, maybe I could, but through a pretty big refactor/rewrite of the entire extension). What I can do is look into including the results with the copied text as if it were selected. It could be controlled with a setting probably. I'm not yet sure if this is even feasible though. I'll have to see if VSCode has an extension API to access copy/paste. Would this be enough? |
Hi and thank you for your anwer. How about a 2nd best or 3rd best option that may be easier to implement? |
A command to copy just the output to the clipboard will be in v0.1.11 |
Hi,
It would be great to be able to copy the result of calculation from a single line, it is currently a cumbersome process to get the value - we need to select the expression, copy with output to the clipboard, then copy to a different line, and then copy the result.
The text was updated successfully, but these errors were encountered: