-
Notifications
You must be signed in to change notification settings - Fork 8.4k
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
Command Palette should support page up/down to move faster thru the options #7729
Comments
I mean, sure, but command palette is meant to be searched. |
Yeah I totally intended to do this and just forgot about it. My bad! |
Triaged, tagged "easy starter", marked for 1.5. |
🎉This issue was addressed in #7835, which has now been successfully released as Handy links: |
🎉This issue was addressed in #7835, which has now been successfully released as Handy links: |
Description of the new feature/enhancement
After pressing Ctrl+Shift+P, the only way to navigate thru the options is to use the key up/down. If I press Page Up or Page Down, it should move faster thru the options. Right now, I have to press the down key many times, or leave it pressed, which is far from an optimal experience.
Proposed technical implementation details (optional)
I don't believe we need this to be customizable, so a fixed "page down/up" should just go to the end of the visible list, showing more options available, similar to how XAML's ListView already handles this scenario.
The text was updated successfully, but these errors were encountered: