Open
Description
I'd love a feature where I could go to the next error in the file I'm in, or in the entire project, but not the next warning/info marker. Currently I have these shortcuts available:
editor.action.marker.next
editor.action.marker.nextInFiles
editor.action.marker.prev
editor.action.marker.prevInFiles
I think it'd make a lot of sense to expose similar shortcuts for going to the next error, or the next warning, or the next info, but as separate groups.
Example use case: I have a spell checker and a linter enabled for my project. The linter produces both warnings and errors, and the spell checker produces info markers. I care mostly about linter errors and compiler errors, and when those are fixed I care about spelling errors.