1
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?

Visual Studio CodeAdvent Calendar 2024

Day 23

コミットメッセージはAIに作ってもらおう

Posted at

はじめに

プログラミング学習中の@kat_logと申します。

コミットメッセージをAI(VSCodeのCopilot)に作成してもらう機能の共有記事です

image.png

結論

VSCodeにCopilotをインストールすると1クリックです!

設定

  1. VSCodeにCopilotをインストールする
    1. 無料で使えるようになったのでぜひ導入しましょう〜🙌
    2. CopilotをVSCodeにインストール
      Screenshot 2024-12-22 at 14.25.46.png
  2. コミット時に✨️をクリック
    image.png
    Screenshot 2024-12-22 at 14.29.16.png
  3. AIがコミットメッセージを作ってくれます!
    Screenshot 2024-12-22 at 14.31.24.png
    今回試しにCSSを削除したところ以下のように作成してくれました
    refactor: remove unused CSS styles from App.css・・・すごい!
  4. 以上です!

おわりに

お読みいただきありがとうございました。
どなたかの参考になれば嬉しいです!

1
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
1
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?