0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Codeじゃない方のVisual Studio 2022で、GitHub Copilotのコード提案が動かない場合の対処法

Last updated at Posted at 2024-12-15

a1.png

もはや日々の開発に欠かせなくなったCopilot。

a2.png

以前はVisualStudio 2022の機能拡張でしたが、17.10以降は主なワークロードの一部として含まれるデフォルトの機能になったようです。
Visual Studio Installerから個別にインストールしたりアンインストールしたりできますが、デフォルトで指定されていますので、あえてアンインストールしない限りは勝手に入っているはずです。

Copilotがコード提案をしなくなった

このVisualStudioのアップデートあたりを境に、私の環境ではCopilotがコード提案をしなくなりました。Copilot Chatとか、それ以外のCopilotの機能は動作します。

a4.png

開発者コマンドプロンプトからdevenv /ResetSettingsを実行すると、再びコード提案をするようになります。これは設定を全部リセットしてしまいますので、色々とカスタマイズしている人は諦めて設定し直してください。

a5.png

またResetSettingsで直らない場合、Copilot.ToggleLanguageコマンドを実行してみてください。キーボードマップでCopilot.ToggleLanguageを検索し、適当なキーにバインドして、エディタ上でコマンドを実行すると、復旧することがあります。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?