rust-lang/rust-enhanced

[Feature Request] I should be able to copy errors

mcclure opened this issue · 0 comments

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.)