Open
Description
Here is a user story example:
- I use VSCode.
- I have a compilation (analysis) error.
- This error has an explanation code (
For more information about this error, try `rustc --explain EXXXX`.
). - I open the command palette and run the command
rust-analyzer: Explain
. - It opens a new tab containing the
rustc --explain EXXXX
output.
There are other considerations to take into account:
- multiple errors
- (rather?) add it in code actions
- how would that reflect in other IDEs/text editors?
If this feature is acceptable (and once the specs would be agreed upon), I could try to contribute by working on it but I must warn that I'm a beginner in Rust, so that would take some time.