VS Code 터미널의 Claude Code CLI에 한글을 자연스럽게 입력할 수 있는 입력 패널입니다.
Features
- 한글 IME 지원: 한글 조합 중 Enter 입력 시 중복 전송 방지
- Terminal 패널 영역에 표시: 터미널과 함께 사용하기 편리
- 자동 확장 textarea: 입력 내용에 따라 자동 확장
- 명령 히스토리: Ctrl+↑↓로 이전 명령 탐색
- 자주 쓰는 문구: Ctrl+M으로 등록된 문구 빠르게 삽입
- 파일 첨부: Ctrl+Shift+A로 파일 경로 삽입 (@경로 형식)
- 스크린샷 붙여넣기: Win+Shift+S로 캡처 후 Ctrl+V로 이미지 전송
Keyboard Shortcuts
| Key |
Action |
Enter |
텍스트만 전송 + 터미널 포커스 |
Ctrl+Enter |
명령 전송 (포커스 유지) |
Shift+Enter |
줄바꿈 |
Ctrl+V |
스크린샷 붙여넣기 (이미지 → 임시파일 → @경로) |
Ctrl+; |
터미널 ↔ Input Panel 포커스 토글 |
Ctrl+Shift+C |
입력 패널 포커스 |
Ctrl+↑↓ |
명령 히스토리 탐색 |
Ctrl+M |
자주 쓰는 문구 |
Ctrl+Shift+A |
파일 첨부 |
Tab |
Thinking 모드 전환 |
Shift+Tab |
Plan/Editor 모드 전환 |
ESC |
입력 내용 히스토리에 저장 후 클리어 |
Settings
| Setting |
Default |
Description |
autoStartClaude |
true |
패널 시작 시 Claude CLI 자동 실행 |
claudeCommand |
"claude -c" |
Claude CLI 실행 명령어 |
autoShowOnTerminal |
true |
터미널 열 때 패널 자동 표시 |
wslPathConversion |
false |
WSL 경로 변환 |
macros |
5개 샘플 |
자주 쓰는 문구 목록 |
Requirements
- VS Code 1.70.0 이상
- Claude Code CLI 설치 필요
License
MIT
A GUI input panel for natural Korean (Hangul) input in VS Code terminal with Claude Code CLI.
Features
- Korean IME Support: Prevents duplicate input when pressing Enter during Hangul composition
- Terminal Panel Area: Conveniently displayed alongside the terminal
- Auto-expanding Textarea: Automatically expands based on input content
- Command History: Navigate previous commands with Ctrl+↑↓
- Macro Shortcuts: Quickly insert registered phrases with Ctrl+M
- File Attachment: Insert file paths with @ prefix (Ctrl+Shift+A)
- Screenshot Paste: Capture with Win+Shift+S, paste with Ctrl+V to send image
Keyboard Shortcuts
| Key |
Action |
Enter |
Send text only + focus terminal |
Ctrl+Enter |
Send command (keep focus) |
Shift+Enter |
New line |
Ctrl+V |
Paste screenshot (image → temp file → @path) |
Ctrl+; |
Toggle focus between Terminal ↔ Input Panel |
Ctrl+Shift+C |
Focus input panel |
Ctrl+↑↓ |
Navigate command history |
Ctrl+M |
Macro shortcuts |
Ctrl+Shift+A |
Attach file |
Tab |
Toggle Thinking mode |
Shift+Tab |
Toggle Plan/Editor mode |
ESC |
Save input to history and clear |
Settings
| Setting |
Default |
Description |
autoStartClaude |
true |
Auto-start Claude CLI when panel opens |
claudeCommand |
"claude -c" |
Command to start Claude CLI |
autoShowOnTerminal |
true |
Auto-show panel when terminal opens |
wslPathConversion |
false |
Convert Windows paths to WSL paths |
macros |
5 samples |
List of frequently used phrases |
Requirements
- VS Code 1.70.0 or higher
- Claude Code CLI must be installed
| |