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

More than 1 year has passed since last update.

VSCodeのChatGPTで拡張機能のPrompt(質問文)をカスタマイズする(コードを書かない人編)

Posted at

参考に記載の記事をお手本にしてVSCodeにChatGPTの拡張機能を追加したのですが、そもそもそんなコード書かないことに気が付きました。
デフォルトではコードレビュー関係のPrompt(質問文)のみが設定されていて、「~~について教えて!」のような内容をChatGPTに投げることができません。

なので、拡張機能の設定を変更し、コードレビュー以外の内容をVSCode上からChatGPTに投げるように変更しました。

設定変更内容

  • 拡張機能の設定から、Custom Promptを変更します。
    • デフォルトOFFなので、チェックをいれてONにします。
    • 設定したPromptに続いて選択範囲のテキストを投げる動作です。
      • 既定のPromptは「以下のコードについて~~」と設定されています。
    • Custom Prompt1は選択範囲の内容をそのまま投げます。
      • ブランクでは動作しなかったので、スペースを入力しています。
    • Custom Prompt2は選択範囲の内容をMarkdown書式で出力します。
      • 以下の質問の回答を、Markdown 記法でコピーアンドペーストできるようにコードブロックで出力して。を設定しています。
      • 個人的によく利用するけど長文なものを設定しました。
    • Custom Promptは2つまで設定出来ます。
    • Custom Promptの表示名は変更出来ません。
    • デフォルトのPromptはチェックを外してみました。

image.png

記載中に気が付いたこと

記載中に以下思ってしまいました…

  • Custom Prompt1Ask a questionに質問文を入力すればいいのでは?
    image.png

  • Custom Prompt2ChatGPT: Export conversationを使えばいいのでは?
    image.png

参考

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