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
{{ message }}
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.
I used to set my makeprg to cargo build and then use cnext etc to jump between errors independent of the file that was currently editing. This is great when I refactor, change something in a type and then I'll find all the code that broke because of it.
Is there a way to do this with the commands in rust-tools? I'm new to the neovim way of things, but it seems like the diagnostic navigation is specific to a buffer.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I used to set my makeprg to
cargo build
and then usecnext
etc to jump between errors independent of the file that was currently editing. This is great when I refactor, change something in a type and then I'll find all the code that broke because of it.Is there a way to do this with the commands in rust-tools? I'm new to the neovim way of things, but it seems like the diagnostic navigation is specific to a buffer.
Beta Was this translation helpful? Give feedback.
All reactions