๐ iTerm Integration for VSCode
February 20, 2026 ยท View on GitHub
Open iTerm2 directly from VSCode's Explorer โ because life's too short to cd around manually! ๐ฏ
โจ Features
๐๏ธ Open in iTerm โ Right-click any file or folder in the Explorer and launch iTerm right there
๐ Open Project Root in iTerm โ Jump straight to your workspace root with one click
๐น Command Palette Support โ Both commands available via Cmd+Shift+P, so you can bind your own keyboard shortcuts
๐ธ How to Use
From the Explorer
Right-click any file or folder โ pick your flavor:
- Open in iTerm โ opens iTerm at that file/folder's directory
- Open Project Root in iTerm โ opens iTerm at the workspace root
From the Command Palette
Cmd+Shift+P โ type iTerm โ pick a command ๐
โก Requirements
- ๐ macOS (iTerm2 is macOS-only)
- ๐ iTerm2 installed
๐ ๏ธ Development
# Install dependencies
npm install
# Compile
npm run compile
# Watch mode
npm run watch
# Run tests
npm test
# Run tests with coverage
npm run test:coverage
Press F5 to launch the Extension Development Host and test the extension live ๐งช
๐ License
MIT โ do whatever you want with it! ๐