Pochi LogoPochi Docs

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.

Tab completion showing inline suggestions

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

  1. Start typing your code
  2. Pochi will show inline suggestions in gray text
  3. Press Tab to accept the suggestion
  4. Press Escape to dismiss the suggestion

Keyboard Shortcuts

KeyAction
TabAccept the current suggestion
EscapeDismiss 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.