16

Is there any GH Copilot configuration setting for getting suggestions only when I request them? Like a shortcut or something like that... I haven't found any similar in it's documentation

Mordor1110
  • 352
  • 2
  • 11

1 Answers1

11

You can disable inline suggestions with the github.copilot.inlineSuggest.enable setting, or with the Trigger Inline Suggesion hotkey (Alt + \ on Win/Linux, + \ on Mac).

To ask for a suggesion, use Open GitHub Copilot (additional suggestions in separate pane) hotkey (Ctrl + Enter on Win/Linux, Ctrl + Return on Mac).

Dorin Botan
  • 1,224
  • 8
  • 19
  • 1
    No shortcut to just reopen the last inline suggestion (I sometimes reject them by mistake)? – User Feb 15 '23 at 07:54