Axiom – AI Code ReviewAxiom reviews your code using Google Gemini and shows issues directly in the VS Code sidebar — grouped by severity, with inline diffs and one-click fixes. Before you startYou need a free Google Gemini API key. Get one at aistudio.google.com/app/apikey — no credit card required. Quick start
That's it. Results appear in the panel within a few seconds. Reading the resultsIssues are grouped into three severity levels:
Click any issue to jump to that line in your editor and see the full explanation and suggested fix. Click a group header (Errors / Warnings / Suggestions) to isolate that severity and hide the rest. Click again to show all. Fixing issuesWith an issue selected in the panel:
Fixed and ignored issues are remembered — they won't reappear if you close and reopen the sidebar. Review scopeClick the ▾ arrow next to the Review button to switch scope:
You can also right-click anywhere in the editor and choose Axiom: Review File or Axiom: Review Directory. HistoryEvery completed review is saved automatically. Click the 🕐 button in the results header to see your last 5 reviews and restore any of them instantly — no API call needed. Keyboard shortcuts
SettingsOpen settings with
Review profiles
Managing your API keyThe key row at the bottom of the panel shows your current key status at all times:
Click Change at any time to update your key. To remove it entirely, run Axiom: Reset API Key from the Command Palette. Your key is stored in VS Code's Secret Storage — it never leaves your machine except in requests to Google's Gemini API. Supported languagesJavaScript, TypeScript, Python, Java, Go, Rust, C, C++, C#, Ruby, PHP, Swift, Kotlin, Dart, Shell/Bash, SQL, HTML, CSS PrivacyYour code is sent to Google's Gemini API for analysis. Axiom itself stores nothing — no telemetry, no analytics, no external servers. Your API key is stored locally in VS Code's built-in Secret Storage and is never shared with anyone. |