Simple plugin to allow accepting Copilot suggestions word by word. No affiliation with GitHub.
- Ctrl + Alt + → to accept the next word of the suggestion.
-
Using the IDE built-in plugin system:
Settings/Preferences > Plugins > Marketplace > Search for "copilot-word-by-word-intellij" > Install
-
Manually:
Download the latest release and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...
- Plugin based on the IntelliJ Platform Plugin Template.
- GitHub Copilot
- The implementation of this plugin draws inspiration from Stewardess by cmp-nct.