If you’re looking for an AI coding agent in VS Code that’s closest to the old OpenAI Codex experience (inline completions + chat + agent-like capabilities), here are the strongest options right now in early 2026:
-
GitHub Copilot — Still the most seamless “just works” choice for most people
-
Inline autocomplete feels very Codex-like (fast, context-aware)
-
Copilot Chat lets you ask questions or request edits in natural language
-
Agentic features have improved a lot (can suggest multi-file changes, run terminal commands in some cases)
-
Install: just search “GitHub Copilot” in the VS Code extensions panel → Best if you want minimal setup and tight GitHub integration.
-
Please check https://docs.github.com/en/copilot/get-started/plans
-
-
Claude Code (Anthropic’s extension) — Currently topping many developer leaderboards for reasoning & agentic tasks
-
Excellent at understanding large codebases and planning complex refactors
-
Very strong “agent” behavior: explain code, write tests, fix bugs across files
-
Many say Opus 4.5 / Claude 4 family outperforms GPT models on coding right now
-
Install: search “Claude Code” in extensions → Great if you want deeper reasoning than classic Copilot / Codex.
-
-
Continue.dev — Open-source & very flexible (my personal daily driver when I want control)
-
Free & self-hostable (bring your own API key: OpenAI, Anthropic, Gemini, local models via Ollama, etc.)
-
Inline completions + sidebar chat + “edit” mode that applies changes
-
You can customize prompts and models per project
-
Install: https://continue.dev (or search “Continue” in VS Code) → Ideal if you want something Codex-like without paying subscriptions or if you care about privacy/local models.
-
-
Codeium / Windsurf — Best truly free unlimited option
-
Very fast completions, chat, and some agent features
-
No usage caps on free tier (unlike Copilot’s occasional limits)
-
Good privacy story for individuals → Solid “set it and forget it” alternative.
-
-
Cursor (if you’re open to leaving pure VS Code) It’s a VS Code fork with much deeper AI integration (Composer for multi-file edits, full-project agent mode). Many devs who loved Codex now say Cursor feels like “Codex on steroids”. But it’s not an extension — it’s its own editor. Worth trying if you want the most agent-like experience.
Quick ranking for VS Code extensions specifically (March 2026 vibe):
-
Best overall polish → GitHub Copilot
-
Best reasoning & complex tasks → Claude Code
-
Best free & customizable → Continue.dev
-
Best no-cost unlimited → Codeium/Windsurf
I’d start with Continue.dev + a good API key (Claude or GPT-5.4 family), or just install Copilot if you want zero config.
What kind of projects are you working on (language, size of codebase, solo vs team)? That usually helps narrow it down more.
Happy coding!
!