Quickly toggle Copilot suggestions on and off with your keyboard

Added: August 25, 2022

Comments

  • Daniel Worthington

    September 9, 2022 at 7:14 AM

    Thanks Rach! This is great, and Settings Cycler is very cool. I ended up having it toggle my cursor shape too so I have a visual indication of whether Copilot is on or off.

  • Simon Boehm

    December 31, 2023 at 4:27 PM

    This was helpful to me! However, there's now an easier way to do it, without using an extra extension:

    Put this in keybindings.json:

      {
        "command": "github.copilot.toggleCopilot",
        "key": "cmd+shift+x"
      },
    

    When you wrote this post the command didn't exist yet.

Leave a Comment