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

Display rendered error #142

Closed
aikixd opened this issue Jan 9, 2024 · 1 comment · Fixed by #146
Closed

Display rendered error #142

aikixd opened this issue Jan 9, 2024 · 1 comment · Fixed by #146
Labels
enhancement New feature or request

Comments

@aikixd
Copy link

aikixd commented Jan 9, 2024

Feature description

Rust-analyzer provides rendered error text, akin to how it is displayed during cargo build. It helps greatly to solve bugs around borrowing and generics, as it consolidates the important bits (sometimes across files) together.

I've implemented this for myself here and think this would be a great addition to this plugin.

The important thing here is to allow the user to continue navigating through the source code, while the rendered text stays on top.

@aikixd aikixd added the enhancement New feature or request label Jan 9, 2024
@mrcjkb
Copy link
Owner

mrcjkb commented Jan 9, 2024

That does sound useful 😃
Thanks for the suggestion!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants