Run GitHub Copilot CLI (copilot) seamlessly inside IntelliJ-based IDEs. No more switching to external terminals.
- One-click focus & restart — Use
Ctrl+Shift+Gor Tools → Focus / Restart; hold Shift to rebuild the session - Auto-start — Automatically runs if
copilotis detected on PATH or common install locations - Clean UI — Dedicated right-side ToolWindow; bottom terminal stays hidden
- Smart Detection — Checks common paths (
/opt/homebrew/bin,/usr/local/bin, etc.) - Smart Hints — Balloon notification with install instructions if CLI is not found
-
Install GitHub Copilot CLI:
macOS/Linux:
curl -fsSL https://gh.io/copilot-install | bashWindows:
winget install GitHub.Copilot
Or via npm:
npm install -g @github/copilot
-
Ensure
copilotis available in your PATH
- Clone this repository
- Build with Gradle:
./gradlew buildPlugin
- Install the plugin from
build/distributions/copilot-cli-jetbrains-*.zip
(Coming soon)
- Open any project in IntelliJ IDEA, WebStorm, PyCharm, etc.
- The Copilot CLI tool window appears on the right side
- Use
Ctrl+Shift+G(Windows/Linux) orCmd+Shift+G(macOS) to focus - Hold
Shiftwhile pressing the shortcut to restart the session
- IntelliJ IDEA 2023.2+ (or any JetBrains IDE based on IntelliJ Platform 232+)
- Java 17+ (for building only)
- GitHub Copilot CLI installed
# Build the plugin
./gradlew buildPlugin
# Run in a sandbox IDE for testing
./gradlew runIdeContributions are welcome! Please feel free to submit a Pull Request.
MIT License - see LICENSE file for details.
Disclaimer: This plugin is an independent project and is not officially affiliated with or endorsed by GitHub.