🧑‍✈️

GitHub Copilotを有効化/無効化する

2023/03/26に公開

IntelliJ など JetBrains製IDE

以下のいずれかの方法で有効化/無効化できる

  • コード編集エリアを選択して、[option] + [shift] + [command] + [O]
  • ステータスバー(画面の一番下のバー)のCopilotアイコンをクリックする

https://docs.github.com/en/copilot/configuring-github-copilot/configuring-github-copilot-in-a-jetbrains-ide

VSCode

[command] + , で設定画面を開き、inlineを検索してGithub › Copilot › Inline Suggest:を有効化/無効化する

https://docs.github.com/en/copilot/configuring-github-copilot/configuring-github-copilot-in-visual-studio-code

GitHubで編集を提案

Discussion