Install Claude Code in VS Code in 10 minutes
Extension, login, a well-configured CLAUDE.md. The clean setup to code with Claude without fighting the config.
May 24, 2026 · 6 min read
Before you start
Most people use Claude on claude.ai or through Claude Cowork. That's fine for one-off questions, but if you really want to push Claude to its limits, you need to connect it directly to your code editor.
Claude Code inside VS Code means Claude sees your entire project: every file, your structure, your history. It can create, edit and delete files directly. It's a whole other level.
The Claude AI Lab is my Skool community where I share my Claude systems and the more advanced modules. Entry is free.
Join the Lab →code.visualstudio.com if you haven't already.nodejs.org (LTS version recommended).VS Code is the most widely used code editor in the world. Claude Code integrates natively, giving you an AI assistant that understands your whole project, not just a snippet pasted into a chat.
Install the Claude Code extension
code.visualstudio.com.Cmd+Shift+X (Mac) or Ctrl+Shift+X (Windows/Linux).Cmd+Shift+P and then type "Claude".npm install -g @anthropic-ai/claude-code. Then type claude in your terminal to launch Claude Code directly.Connect and get started
Unlike claude.ai, Claude Code sees every file in your project. It understands the structure, the dependencies, the existing code. It doesn't work blind: it knows exactly where it's making changes.
Set up CLAUDE.md
CLAUDE.md is an instructions file that Claude reads automatically at the start of every new conversation. It's your project's memory. You put everything Claude needs to know to be relevant: your tech stack, your code conventions, your business rules, your project context.
/init in the Claude Code chat — That's the magic command. Claude automatically analyzes all your project files (package.json, folder structure, existing code, etc.).CLAUDE.md — It creates a CLAUDE.md file at the root of your project with the instructions it considers relevant. You can edit and expand it anytime.Example content
# My Project - Claude Instructions
## Tech stack
- Frontend: React + TypeScript + Tailwind
- Backend: Node.js + Express
- Database: PostgreSQL + Prisma
## Conventions
- React components in PascalCase
- Files in kebab-case
- Tests required for every new feature
## Context
- B2B SaaS for marketing agencies
- MVP launch planned for June 2026
Without CLAUDE.md, Claude starts from scratch in every conversation. With it, Claude knows your project, your stack, your preferences. It's the difference between an intern and a teammate who knows the project by heart.
3 cases where Claude Code crushes the rest
claude.ai and Claude Cowork are fine for chatting. But for building, debugging and refactoring, Claude Code inside VS Code is in another category entirely.
claude.ai, you have to copy-paste every file one by one. With Claude Code, a single prompt is enough to generate a working site.claude.ai, you have to paste the error, the whole file, the context, then copy the fix back by hand.claude.ai, it's file by file, with no way to compare.You don't need to be a developer to use Claude Code. If you can describe what you want in plain language, Claude Code can build it. It's the best way to go from idea to prototype without writing a single line of code yourself.
Want to go further?
In the Lab, I share the configs, instructions and architectures I keep refining to turn Claude into a real copilot.
A dedicated session or program, tailored to your tools and use cases.
And day-to-day, I post one reel a day on Instagram: @quentin_iamarketing