Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>CCoder - Claude TerminalNew to Visual Studio Code? Get it now.
CCoder - Claude Terminal

CCoder - Claude Terminal

weirwei

|
13 installs
| (0) | Free
A lightweight VSCode extension for seamless Claude Code CLI integration
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

CCoder - Claude Terminal

A lightweight VSCode extension for seamless Claude Code CLI integration.

Features

  • Right-side Terminal: Open Claude terminal in the right editor area for side-by-side coding
  • Multiple Terminals: Support multiple Claude terminal instances
  • Auto-start Claude: Automatically runs claude command when terminal opens
  • Quick Send: Send file references to Claude with one click or keyboard shortcut

Installation

From VSCode Marketplace

Search for "CCoder - Claude Terminal" in the Extensions view.

From VSIX (Local)

  1. Download the .vsix file from releases
  2. In VSCode, press Ctrl+Shift+P and run "Extensions: Install from VSIX..."
  3. Select the downloaded file

Usage

Open Claude Terminal

  1. Click the Claude Code icon in the Activity Bar (left sidebar)
  2. Click "Open Claude Terminal" button
  3. Terminal opens in the right editor area

Send Code Reference to Claude

Select code in the editor, then:

  • Click the terminal icon in the editor title bar, or
  • Use keyboard shortcut (default: Cmd+Shift+L on macOS, Ctrl+Shift+L on Windows/Linux)

The file reference will be sent in format: @filepath#L123-456

Configuration

Setting Description Default
ccoder.terminal.claudeCommand Command to start Claude CLI "claude"

Proxy Setup (Optional)

If you need to use a proxy before starting Claude Code, you can:

  1. Add a proxy alias to your shell config (~/.bashrc or ~/.zshrc):

    alias proxy='export http_proxy=http://127.0.0.1:7890 https_proxy=http://127.0.0.1:7890 all_proxy=socks5://127.0.0.1:7890'
    
  2. Set ccoder.terminal.claudeCommand to:

    proxy && claude
    

This will enable proxy before launching Claude Code CLI.

Keyboard Shortcuts

Shortcut Action
Ctrl+Shift+L (Win/Linux) Send code reference to Claude
Cmd+Shift+L (macOS) Send code reference to Claude

You can customize the shortcut in VSCode Keyboard Shortcuts settings.

Requirements

  • VSCode 1.85.0 or higher
  • Claude Code CLI installed and available in PATH

License

MIT

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft