Add keyboard scrolling support (PageUp/PageDown) for Copilot Chat panel in VS Code #190523
Replies: 1 comment
-
|
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
🏷️ Discussion Type
Product Feedback
💬 Feature/Topic Area
VS Code
Body
Issue Description
In the Copilot Chat panel within VS Code (latest stable version), keyboard scrolling does not work. When I press PageUp or PageDown while the chat panel is focused, nothing happens. I can only scroll using the mouse wheel, which breaks my keyboard-only workflow.
Expected Behavior
Ctrl+U/Ctrl+Dfor half‑page scroll) as a further enhancement.Vscode Version
Steps to Reproduce
Ctrl+Alt+I).PageUporPageDownon the keyboard.Actual Result
No scrolling occurs.
Why This Matters
Many developers, especially those coming from editors like Vim/Neovim, rely on keyboard navigation for efficiency. The inability to scroll chat history without a mouse slows down the workflow, especially when reviewing long conversations or previous suggestions.
Suggestion
Add standard keyboard scrolling actions (
chat.scrollUp,chat.scrollDown) that can be bound to keys likePageUp/PageDownor user‑defined shortcuts. This would align with the behavior of other VS Code panels (e.g., terminal, problems, output).Additional Context
Chat: Scrollcommands.Thank you for considering this improvement!
Beta Was this translation helpful? Give feedback.
All reactions