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)
- Download the
.vsix file from releases
- In VSCode, press
Ctrl+Shift+P and run "Extensions: Install from VSIX..."
- Select the downloaded file
Usage
Open Claude Terminal
- Click the Claude Code icon in the Activity Bar (left sidebar)
- Click "Open Claude Terminal" button
- 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:
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'
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
License
MIT
| |