AI-assisted development
Claude Code in VS Code
Claude Code is Anthropic’s AI coding assistant that runs directly in your terminal and IDE. It can read your codebase, edit files, run commands, and help you build and debug software.
Installation
- If you don’t have one already, sign up for an Anthropic account.
- In VS Code, install the Claude Code extension (see installation details)
- Open the Claude Code panel (Ctrl+Shift+P, then “Claude Code: Open”).
- Follow the prompts to authenticate with your Anthropic account.
Usage
- Open the Claude Code panel in VS Code and type your request in natural language.
- Claude Code can read and edit files, run terminal commands, search your codebase, and more.
- Use
/helpwithin Claude Code for a full list of commands.
Installing plugins
Claude Code plugins give Claude specialized knowledge about specific frameworks and tools.
To install a plugin:
- Type
/to see the command menu (or click on the slash button) - Click on “Manage plugins”
- Go to “Marketplaces”
- Add the marketplace URL for the plugin you want to install
- Select the plugin(s) you want from that marketplace
- Go back to the list of plugins, find the plugin, and click “Install”.
- Restart VS Code.
Once installed, Claude Code will automatically use the plugin’s skills when you’re working on relevant projects.
Cursor
AI support is built into Cursor; there isn’t any additional setup.
You can install plugins the same way in Cursor as Claude Code.