12
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

RubyMineでGithub Copilotを利用する

Posted at

はじめに

GitHub Copilot概要ページ「JetBrains IDE」の手順にそって設定するだけで、非常に簡単に導入出来ました。

利用環境

RubyMine 2023.1
macOS Ventura 13.4

必要な時間

5分程度

導入手順

RubyMine を起動
メニュー: RubyMine > Settings... を押下
image.png

プラグイン > Marketplace を選択し「Github Copilot」 で検索
「Github Copilot」の「インストール」を押下
image.png

インストール完了後「IDEを再起動」ボタンを押下
image.png

RubyMine再起動後、
メニュー: ツール > Github Copilot > Login to Github を押下
image.png

「Copy and Open」を押下
image.png

ブラウザが立ち上がり アクティベーションページが表示されます。
クリップボードにデバイスコードがコピーされていますので、貼り付け後「Continue」を押下
image.png

内容を確認し「Authorize Github Copilot Plugin」を押下
image.png

以上で完了となります。

Open Github Copilot にショートカットキーを設定

Setting から設定

キーマップから「Open Github Copilot」 で検索
メインメニュー > ツール > Github Copilot > Open Github Copilot を選択し、ダブルクリック
キーボードショートカットの追加
image.png

使いやすいショートカットキーを登録
image.png

ショートカットキーでGithub Copilotを表示
image.png

自動補完をOFFに設定

Setting から設定

「Automatically show completions」のチェックを外す

自動補完OFF設定中でも、ソースコード上で 「Option + ¥」 キーを押下することで、補完を行えます。
image.png

ファイルタイプ毎にCopilotを無効にする

メニューから設定

無効にしたいファイルタイプを編集中に、メニューを開いて選択
image.png

Setting から設定

「Disabled languages」から、無効にしたい言語を選択
image.png

参考リンク

12
4
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
12
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?