Filtering results of diagnostic picker? #11994
Unanswered
SpaceMacGyver
asked this question in
Q&A
Replies: 1 comment
-
After the last release there was a major refactor for pickers like the diagnostics picker so that they are laid out like a table and there's a new syntax for querying the columns: https://docs.helix-editor.com/master/pickers.html#filtering-picker-results (also see #9647). So if you build from master you can use a query |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
While less than ideal, my code (Rust) has several warnings identified by the diagnostic picker. Generally, though, if I'm opening the picker, it's because I'm interested in errors, which are often difficult to track down in the midst of several warnings.
The picker seems to understand the distinction between info/warn/error (at least, it presents the white/yellow/red color representations), but I can't figure out how to filter by these different levels. Does such a mechanism exist?
Beta Was this translation helpful? Give feedback.
All reactions