We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Would be really convenient to jump to previous / next error in the active editor (or across projects).
For parity with VSCode:
editor.action.marker.next
editor.action.marker.nextInFiles
editor.action.marker.prev
editor.action.marker.prevInFiles
The text was updated successfully, but these errors were encountered:
Closing in favor of using #1423 for all keybinding enhancements.
Sorry, something went wrong.
No branches or pull requests
Would be really convenient to jump to previous / next error in the active editor (or across projects).
For parity with VSCode:
editor.action.marker.next
- next marker, in a file (Default )editor.action.marker.nextInFiles
- next marker, across files (Default <Cmd+F8>)editor.action.marker.prev
- previous marker, in file (Default <Shift+F8>)editor.action.marker.prevInFiles
- previous marker, across files (Default <Shift+Cmd+F8>)The text was updated successfully, but these errors were encountered: