在 Vim 使用 Copilot Chat

之前的 試用 Copilot + Vim,可以在 Vim 上使用 Copilot 最近發現 plugin 可以在 vim 上使用 Copilot Chat Plugin: https://github.com/DanBradbury/copilot-chat.vim 安裝與設定 Copilot Chat 以下為 vim-plug 的安裝方式 編輯 .vimrc,加入以下設定 1 2 3 call plug#begin() Plug 'DanBradbury/copilot-chat.vim' call plug#end() 執行 :PlugInstall 安裝 plugin 設定 copilot chat ...

20 April 2025 · 1 min · nyo

試用 Copilot + Vim

Github Copilot 是 Github 推出的 AI 程式開發工具,只要你先設計好程式要怎麼運作,剩下的 Copilot 就會幫你完成了。 要使用 Copilot 首先要在 Github 訂閱 Copilot,再來要在 IDE 裝好套件就可以開始使用了。 ...

05 December 2023 · 1 min · nyo