You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: