Skip to content

SOP-012: VS Code Extension

DOCUMENT CONTROL

FieldValue
SOP IDSOP-012
Version1.0
StatusActive

Purpose

Install and use Claude Code extension for Visual Studio Code.

Installation

  1. Open VS Code
  2. Go to Extensions (Ctrl+Shift+X)
  3. Search for "Claude Code"
  4. Click Install

Or via command line:

bash
code --install-extension anthropic.claude-code

Features

FeatureDescription
Chat PanelInteractive Claude chat
Inline AssistContext-aware suggestions
File ContextAutomatic file awareness
TerminalIntegrated terminal access

Using VS Code Extension

Opening Chat Panel

  • Click Claude icon in sidebar
  • Or use Cmd/Ctrl+Shift+P and search Claude

Inline Assistance

  • Select code and right-click
  • Choose Claude Code action
  • Or use keyboard shortcuts

Configuration

Access settings:

  1. File > Preferences > Settings
  2. Search for Claude Code
  3. Configure options

Key settings:

  • Model selection
  • Auto-save behavior
  • Context settings
  • Keyboard shortcuts

Keyboard Shortcuts

ShortcutAction
Cmd+Shift+COpen Claude chat
Cmd+Shift+IInline assist
Cmd+Shift+EExplain selection

Best Practices

VS Code Tips

  1. Keep extension updated
  2. Configure keyboard shortcuts
  3. Use inline assist for quick tasks
  4. Chat panel for complex work

Next Steps

Based on Official Claude Code Documentation