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] I should be able to copy errors #454

Open
mcclure opened this issue Feb 21, 2021 · 0 comments
Open

[Feature Request] I should be able to copy errors #454

mcclure opened this issue Feb 21, 2021 · 0 comments
Labels
A-messages Area: Build messages

Comments

@mcclure
Copy link

mcclure commented Feb 21, 2021

Sublime Text Version

Sublime Text 3.2.2 (Build 3211)

Rust Enhanced Version

v2.23.0

Operating system

MacOS 10.13.6 17G14033

Feature request:

Say I type some Rust code. There is an error.

Screen Shot 2021-02-20 at 7 36 32 PM

I don't understand this error, so I want to copy and paste it into another window so I can ask for help. I try to select the text. I cannot select it. I select around the text and copy. It copies the lines before and after, but not the error text. I right-click on the error. This looks promising:

Screen Shot 2021-02-20 at 7 39 17 PM

But "copy" does literally nothing.

It makes sense you can't select the error because it's not real text. My "Expected Behavior" is that I should be able to right click and copy. (It also might be nice to have a "copy all" error if there are like 200 errors in a row, but I don't know how hard that is.)

(Last time I posted here I was told to upgrade to LSP, but I haven't tried this yet.)

@ehuss ehuss added the A-messages Area: Build messages label Apr 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-messages Area: Build messages
Projects
None yet
Development

No branches or pull requests

2 participants