↗️
Cursor vs GitHub Copilot Chat
Cursor
★ 参照対象:Codebase (=リポジトリ全体)
@: 他ファイル、外部ドキュメント
GPT-4 が使える
Debug errors(エラー部分の解決案を提示)
VSCode とは別のエディタ
GitHub Copilot Chat
参照対象:開いてるファイル
@: Agents(今開いてるファイルについて、VSCode の機能について、などの context を追加)
VSCode の拡張として入れれる
Cursor
と GitHub Copilot Chat
、ほぼ一緒なんだが、
現状(12/9現在)違う点で注目なのは Cursor だけ以下ができる
- Codebase (=リポジトリ全体) に対する指示・質問ができる
- 外部ドキュメントを食わせて、質問できる
↑これらは GitHub Copilot Chat でも2024年2月から Enterprise プランでできるようになる予定っぽい↓
- https://github.com/features/copilot
- GitHub Copilot for Your Codebase (https://githubnext.com/projects/copilot-view/)
その他似たサービス
ref
- Comparison to Copilot + Copilot Chat
https://forum.cursor.sh/t/comparison-to-copilot-copilot-chat/1158 - Cursorはコードベースに質問できる
https://laiso.hatenablog.com/entry/2023/10/28/171539 - CursorとGitHub Copilotの違い
https://zenn.dev/umi_mori/books/ai-code-editor-cursor/viewer/difference_between_cursor_and_github_copilot
おまけ
- How GitHub Copilot is getting better at understanding your code
https://github.blog/2023-05-17-how-github-copilot-is-getting-better-at-understanding-your-code/
Discussion