How to install and use Qodo Gen (formerly Codium) in VS Code: tests, docstrings, chat
Install Qodo, sign in, run your first /test or /docstring on a function, then ask the codebase a read-only question in Chat.
To use Qodo Gen (formerly Codium) in VS Code for tests, docstrings, and codebase chat, finish four jobs: install the Marketplace Qodo extension, restart extensions, sign in, then run /test or /docstring in Qodo Chat.
Facts follow docs.qodo.ai VS Code setup and Chat docs plus Marketplace Qodo (formerly Codium) (Codium.codium). Queries: Qodo Gen VS Code install, Codium generate tests VS Code. For a short huddle see sitdraw and create and join a room.
Name change from Codium
Brand
CodiumAI rebranded to Qodo; the extension id remains Codium.codium. Docs refer to the IDE plugin as formerly Qodo Gen / formerly Codium.
What you get
Local change review, test generation, docstrings, contextual Chat, and slash workflows such as review-uncommitted, fix, docs, and unit-test.
| Goal | Entry | First-hour check |
|---|---|---|
| Unit tests | Chat /test or unit-test workflow | Select a function → review diff → apply |
| Docstrings | /docstring or docs workflow | Pick an undocumented symbol → match project style |
| Codebase Q&A | Activity Bar Qodo Chat | Ask what a change does—start read-only |
| Pre-commit review | review-uncommitted workflow | Run with local diffs open |
Install, sign in, first test and docstring
- 01Install the VS Code extension
Extensions → search
Qodo(publisher Qodo, formerly Codium) → Install → Restart Extensions. Quick Open:ext install Codium.codium. - 02Sign in
Open the Activity Bar Qodo panel → Sign in with Google, GitHub, email, or enterprise SSO per docs.qodo.ai. Confirm the panel shows an active session.
- 03Generate your first test
In your repo, select a function. In Qodo Chat, run
/testor the unit-test workflow. Read the proposed test diff before applying. - 04Docstring plus chat
Run
/docstringor the docs workflow on a bare function, then ask Chat how the module is called—no secrets in prompts.
# First hour · Qodo Gen · VS Code · 2026-09
# Extensions → Qodo → Restart Extensions → Sign in
# /test or unit-test · /docstring or docs · Chat Q&A
# docs.qodo.ai/qodo-ide/getting-started/setup-and-installation/vscode-installation
# marketplace.visualstudio.com/items?itemName=Codium.codium- Which extension if I search Codium?
- Install Qodo publisher, id
Codium.codium—the CodiumAI brand moved into Qodo; avoid unrelated copycat extensions. - /test does nothing?
- Confirm sign-in and a folder workspace (not a single loose file) with a valid selection. Reload Window; check Remote SSH network.
- Compare Codeium or Tabnine?
- Qodo emphasizes review plus tests/docs; Windsurf/Codeium and Tabnine emphasize inline completion. See our Codeium guide and Tabnine guide.
- Does this replace a whiteboard?
- No. For module diagrams open sitdraw or temporary meeting tools.
Sign in before /test
Most empty runs are an installed extension without an active Qodo account or a file-only workspace.