1

I have found solutions for VSCode, but nothing for Visual Studio. When I search for copilot options I dont see any options like described. I am basically trying to use the ` key instead of tab on Windows.

Is there any other ways around this?

mhm.sherpa
  • 89
  • 1
  • 9
  • 1
    The [documentation](https://docs.github.com/en/copilot/configuring-github-copilot/configuring-github-copilot-in-your-environment?tool=visualstudio#keyboard-shortcuts-for-github-copilot-1) suggests this option is not available in Visual Studio – stuartd May 15 '23 at 19:52
  • 1
    I think you're right, sad. Tab is such an annoying key to use – mhm.sherpa May 15 '23 at 19:58

1 Answers1

0

In the settings for intellicode you can check this box and this will allow you to use the right arrow to accept the code. This will apply this behavior to both Intellisence and copilot's suggestions

enter image description here

Vero
  • 13
  • 4