Tab Completion
Tab Completion is Pochi's in-editor inline code completion feature that provides AI-powered suggestions as you type, helping you write code faster and more efficiently.
Pochi uses a state-of-the-art model that adapts to your coding patterns in real time, drawing on recent edits, diagnostics, and surrounding context to generate helpful, relevant completions right in your editor.
Multi-Language Support
Works across popular programming languages including:
- JavaScript/TypeScript
- Python
- Java
- C/C++
- Go
- Rust
- And many more
Using Tab Completion
Basic Usage
- Start typing your code
- Pochi will show inline suggestions in gray text
- Press
Tab
to accept the suggestion - Press
Escape
to dismiss the suggestion
Keyboard Shortcuts
Key | Action |
---|---|
Tab | Accept the current suggestion |
Escape | Dismiss the suggestion |
Ctrl/Cmd + → | Accept word by word |
Alt + ] | Next suggestion (if multiple available) |
Alt + [ | Previous suggestion (if multiple available) |
Need help? Visit our Community Support page or join our Discord for assistance with Tab Completion features.