Claude Code
Définition
Claude Code is Anthropic’s assistant de codage propulsé par l'IA. It brings Claude into the development workflow via terminal, IDE (VS Code, JetBrains), web, iOS, and Slack, with inline editing, diffs, and command-line tools.
C'est similar to Cursor and GitHub Copilot in offering code generation and editing with LLM context; differentiation includes native terminal and multi-environment support (desktop, browser, IDE). Useful for agent-like workflows: explore codebases, apply changes, and get answers from the terminal or editor.
Comment ça fonctionne
On exécute Claude Code depuis le terminal (CLI), dans une IDE (extension VS Code ou JetBrains), ou dans le navigatr/iOS app. The model (Claude) has access to your project, open files, and terminal; you ask in natural language for edits, explanations, or refactors. Terminal: run commands to explore repos, generate code, or apply changes. IDE: use inline edits and visual diffs, then accept or reject. Context is managed by the tool (file selection, project scope). A Claude subscription (Pro, Teams, Enterprise) or access via Amazon Bedrock or Vertex AI is required.
Cas d'utilisation
Claude Code fits developers who want Claude in the terminal and IDE with a single, multi-environment tool.
- Exploring codebases and answering questions from the command line
- In-IDE code generation, refactoring, and edits with visual diffs
- Cross-platform use (terminal, VS Code, JetBrains, web, mobile)
Documentation externe
- Anthropic – Claude Code — Product overview
- Claude Code – Quickstart and IDE integrations — Setup and usage