Skip to content
New issue

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

Input: Add keybinding for next / previous error #1349

Closed
bryphe opened this issue Feb 20, 2020 · 1 comment
Closed

Input: Add keybinding for next / previous error #1349

bryphe opened this issue Feb 20, 2020 · 1 comment
Labels
A-input Area: Input management, keyboard layout, IME etc. enhancement New feature or request

Comments

@bryphe
Copy link
Member

bryphe commented Feb 20, 2020

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>)
@bryphe bryphe added A-input Area: Input management, keyboard layout, IME etc. enhancement New feature or request labels Feb 20, 2020
@glennsl
Copy link
Member

glennsl commented Mar 25, 2020

Closing in favor of using #1423 for all keybinding enhancements.

@glennsl glennsl closed this as completed Mar 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-input Area: Input management, keyboard layout, IME etc. enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants