Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Codor AI - Codebase-Aware Coding AssistantNew to Visual Studio Code? Get it now.
Codor AI - Codebase-Aware Coding Assistant

Codor AI - Codebase-Aware Coding Assistant

Codor

|
51 installs
| (1) | Free
AI coding assistant with semantic code search. Understands your entire project — not just the open file. Works inside VS Code without switching apps.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Codor AI

The coding assistant that knows your codebase — and stops you from breaking it.

Codor is a VS Code extension that understands your project semantically. It doesn't just generate code — it checks whether that code already exists, conflicts with your patterns, or introduces risk before you write a single line.


Why Codor

Every other assistant generates code on demand. Codor generates code with context — then reviews it against your actual codebase before showing it to you.

  • Found a similar function in user.service.ts? It tells you.
  • New logic inconsistent with your existing patterns? It flags it.
  • Call site expects non-null, but your change introduces null? It catches it.

This is the difference between an autocomplete tool and a code partner.


Features

Specialized Operating Modes Codor now offers three distinct ways to interact with your codebase:

  • Ask: Focused on answering questions and explaining code without making changes.
  • Agent: An autonomous partner that writes, moves, and refactors code with tool access.
  • Architect: High-level planning mode for designing complex systems and documenting patterns.

Autopilot & Task Management The Agent can now work on Autopilot, executing multi-step cycles to complete complex tasks autonomously. It even maintains an integrated Todo List to keep you informed of its progress and plan.

Semantic Code Review After every generation, Codor searches your entire codebase for similar logic using vector embeddings — not keyword matching. Duplicate logic, inconsistent patterns, and risky changes are surfaced automatically.

Workspace Tools Codor works directly on your files without needing a terminal:

Tool What it does
read_file Read any file in your workspace
search_files Search file names and contents
search_code Conceptual search across your repo
edit_file Precise search-and-replace with visual diff
delete_file Remove files with undo support
run_command Terminal fallback when tools aren't enough

On-Demand Context Sync Codor indexes your project once and keeps it in sync with every save and Git action — with zero background overhead.

Visual Diff Before Every Edit No change is applied silently. Every file modification shows a side-by-side diff. You approve, then it applies.

Web Intelligence Fetch live documentation for any library directly in chat — no copy-pasting from browser.


Getting Started

  1. Install from the VS Code Marketplace
  2. Sign in at codor.dev and copy your access token
  3. Open the Codor sidebar — Ctrl+Alt+C / Cmd+Alt+C
  4. Paste your token and click the project chip to link your folder

That's it. Ask your first question.


Security

  • Project isolation — only you can access your indexed codebase
  • Encrypted transport — all communication over HTTPS and secure WebSockets
  • Mandatory approval — Git commits and shell commands always require confirmation, regardless of your settings
  • No silent changes — every file edit goes through diff review first

Pricing · Discord · codor.dev

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft