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?

最速で作るKotlin Minecraft Plugin開発 A-1 環境構築前準備

Last updated at Posted at 2024-08-01

概要

  1. GitHubアカウント作成
  2. ChatGPTアカウント作成
  3. Gitインストール
  4. JetBrains ToolBox経由でIntelliJ IDEAのインストール
  5. IntelliJ IDEAのプラグインをインストール
  6. IntelliJ IDEAにGitHubアカウントを紐づけ

1,2,3ステップ

各リンクをクリックし、アカウント作成およびインストールを行ってください。
詳しい画像付きステップが必要な場合はGoogle検索を行うと出てきます。

JetBrains ToolBox経由のIntelliJ IDEAのインストール

  1. インストール後Windowsの場合は右下のバックグラウンドアプリ一覧からToolboxのアイコンをクリック
    スクリーンショット 2024-06-18 163326.png

  1. IntelliJ IDEA Community Edition をインストール
    image.png

プラグインのインストール

  1. 起動後左側のバーから「Plugin」を選択

  2. 下記全てをインストール

  • Minecraft Development
  • Atom Material Icons
  • Inspection Lens
  • Indent Rainbow
  • Code Glance Pro
  • Rainbow Brackets
  • Key Promoter X

Minecraft Development以外は必須ではありませんが、入れることを強く推奨します。
バージョンが対応していないなどがあれば無視して構いません。

  1. 全てのインストールが完了後、IntelliJ IDEAを再起動

また、上記とは別でGitHub Copilotを入れることを強く推奨しますが
無料で使うにはGitHubの学生ライセンスに申し込む必要があるため、ここでは省きます。
気になった方用にザックリ手順を残しますが、ところどころトラップがあるので

  1. GitHub Educationを申請(ac.jpで終わるメールアドレスが必要です。学生証アップロード画面にて自身の英語名での学校名の記載が必要です。手書きで構わないので背景に書いておきましょう)
  2. GitHub Copilotを申請
  3. GitHub CopilotプラグインをIntelliJにインストール

分かりやすい記事は他に大量にあるため、ここでは概略のみとします。

IntelliJ IDEAにGitHubアカウントを紐づけ

カスタマイズ > すべての設定 > 検索バー「GitHub」 > バージョン管理 > GitHub > +アイコン > GitHubでログイン
image.png
image.png

お疲れさまでした。

目次
前の話
次の話

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?