I’ve been extensively using Github Copilot and I’m looking for a convenient keybinding to effortlessly switch between the GitHub Copilot Chat panel and my code editor. I’ve experimented with various keybinding configurations, but unfortunately, none of them seem to be effective in achieving this task.
Question posted in Visual Studio Code
View the official documentation.
View the official documentation.
2
Answers
EDIT: I've found a way
Add this to your
keybindings.json
file:marius-mihail’s answer worked for quick chat, but not the chat panel for me (I’m on macOS, not sure if related), so I udated it to toggle between editor and chat panel (opening the later if needed):