VS Code extension for paired LLM autocomplete to evaluate coding assistance
Top 86.9% on sourcepulse
Copilot Arena is an open-source VS Code extension that provides paired AI coding completions and in-line edits from various state-of-the-art LLMs. It aims to help users discover their preferred coding assistants and contributes to evaluating LLM performance in real-world coding scenarios.
How It Works
The extension integrates directly into VS Code, offering two primary features: autocomplete and in-line editing. For autocomplete, it displays two LLM-generated completions side-by-side, allowing users to accept either with a key press. In-line editing allows users to highlight code, provide a prompt, and receive two diffs of the suggested changes, which can then be accepted or rejected. This paired-response approach facilitates direct comparison and user preference tracking.
Quick Start & Requirements
Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
Code from the current file is sent to servers for completion generation, and this data transfer cannot be disabled. Users working with sensitive information should opt-out of data collection. A global leaderboard is planned but not yet implemented.
3 months ago
1 week