Go to next error/warning/info
See original GitHub issueI’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.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:25
- Comments:11
Top Results From Across the Web
Visual Studio Code go to next error or warning, but not to info
In my testing severity navigates to errors, and not infos when you press F8 (and may be the new default). position visits all...
Read more >Visual Studio Code: Use keyboard to jump to first error from ...
I am aware that one could jump to the next problem with F8 or Ctrl + Shift + M , but that does...
Read more >Analyze code issues in design time - ReSharper - JetBrains
Right-click the status indicator and choose Go to Next/Previous Error/Warning/Suggestion — these commands will help you navigate between ...
Read more >Visual Studio Code Key Bindings
You can open this editor by going to the menu under File > Preferences > Keyboard Shortcuts. ... Go to Next Error or...
Read more >Excel VBA Error Handling - All You Need to Know!
No matter how experienced you're with VBA coding, errors are always going to be ... When you use 'On Error Resume Next' in...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
It would be nice if we could define something like this
And it would skip the Info markers
I made a VSCode extension because I’ve also been having trouble with this. https://marketplace.visualstudio.com/items?itemName=yy0931.go-to-next-error