Replies: 3 comments 7 replies
-
I tried sorting the vec Would a PR making this an option be of interest? |
Beta Was this translation helpful? Give feedback.
-
You can filter your search by writing |
Beta Was this translation helpful? Give feedback.
-
Further to @bruwozniak 's solution to remap the diagnostic picker keybinds, I've come up with a solution that works for both workspace and diagnostic pickers, thanks to #12420 (comment).
When / if #12420 lands then this could potentially be simplified to:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When my rust project (large workspace) doesn't compile I don't really care about
HINT
:sAnd now
ERROR
:s get put way down on pages afterwardsIt would be nice if they could be sorted by severity
Another idea is an option/view which only shows
HINT
:s if there are noWARN
:s and noWARN
:s if there areERROR
:sIs it possible to configure helix/rustlsp to do this?
They seem to be sorted internally per project/file but I really only care about the global scope
Beta Was this translation helpful? Give feedback.
All reactions