LogoLogo
Sign inVisit bito.aiVideo Library
  • πŸ‘‹Welcome to Bito
  • πŸ†•Getting started
  • πŸ›‘οΈPrivacy and security
  • πŸ€–AI Code Review Agent
    • Overview
    • Key features
    • Supported programming languages and tools
    • Install/run using Bito Cloud
      • Guide for GitHub
      • Guide for GitHub (Self-Managed)
      • Guide for GitLab
      • Guide for GitLab (Self-Managed)
      • Guide for Bitbucket
      • Integrate the AI Code Review Agent into the CI/CD pipeline
      • Create or customize an Agent instance
      • Clone an Agent instance
      • Delete unused Agent instances
    • Install/run as a self-hosted service
      • Prerequisites
      • CLI vs webhooks service
      • Install/run via CLI
      • Install/run via webhooks service
      • Install/run via GitHub Actions
      • Agent Configuration: bito-cra.properties File
    • Available commands
    • Chat with AI Code Review Agent
    • Implementing custom code review rules
    • Excluding files, folders, or branches with filters
    • Code review analytics
    • FAQs
  • Other Bito AI tools
    • IDE extension
      • Quick Overview
      • Installation guide
        • Installing on Visual Studio Code
        • Installing on JetBrain IDEs
        • Vim/Neovim Plugin
      • Upgrading Bito plugin
      • AI Chat in Bito
        • Keyboard shortcuts
        • Chat session history
        • Share chat session
        • Appearance settings
        • Open Bito in a new tab or window
        • Use cases and examples
      • Templates
        • Standard templates
        • Custom prompt templates
        • Diff view
      • AI that Understands Your Code
        • Overview
        • How it Works?
        • Available Keywords
        • Example Questions
        • How does Bito Understand My Code?
        • Using in Visual Studio Code
        • Using in JetBrains IDEs
        • Managing Index Size
        • FAQs
      • AI Code Completions
        • Overview
        • How it works?
        • Enable/disable settings
        • Accept/reject suggestions
        • Keyboard shortcuts
        • Supported programming languages
        • Use cases and examples
      • Basic/Advanced AI models
      • Wingman Coding Agent
        • Key features
        • Supported tools
        • Getting started
    • Bito CLI
      • Overview
      • Install or uninstall
      • Configuration
      • How to use?
      • Available commands
      • FAQs
    • Google Chrome extension
  • Help
    • 🧠Bito's AI stack
      • Embeddings
      • Vector databases
      • Indexing
      • Generative AI
      • Large Language Models (LLM)
      • LLM tokens
      • LLM parameters
      • Retrieval Augmented Generation (RAG)
      • Prompts
      • Prompt engineering
    • πŸ‘₯Account and settings
      • Creating a Bito account
      • Workspace
      • Managing workspace members
      • Setting AI output language
      • Managing user access levels
      • Access key
    • πŸ’³Billing and plans
      • Overview
      • Payment methods
      • Managing workspace plan
      • Pay for additional workspace members
      • Advanced AI requests usage
      • Billing history
      • Billing details
      • Security
      • Refund policy
      • Discounts
    • βš’οΈSupport and questions
      • Getting support
      • Troubleshooting
      • Is it GPT-4?
  • πŸ†•Changelog
  • External Links
    • Git
    • Github Issues
    • Github Discussions
    • Bito.ai
    • VS Code Marketplace
    • JetBrain Marketplace
Powered by GitBook
LogoLogo

Bito Inc. (c) 2025

On this page

Was this helpful?

Export as PDF
  1. Other Bito AI tools
  2. IDE extension
  3. AI Code Completions

Accept/reject suggestions

Seamless Integration With Your Coding Workflow

PreviousEnable/disable settingsNextKeyboard shortcuts

Last updated 8 months ago

Was this helpful?

Bito's AI Code Completions doesn't interfere with your coding process. It offers code suggestions only after you have paused typing for 250 milliseconds (you can adjust this in ), or if you explicitly ask for AI Code Completions by typing Alt + Shift + K on Windows or Option + Shift + K on macOS, and the suggested code is merely displayed as a placeholder.

Alt + Shift + K will only work on a line where you already have some code. It won't work on a blank line.

To accept the entire code suggestion, simply press the "Tab" key on your keyboard. Alternatively, you can accept the code completion incrementally, word by word, by pressing "" (coming soon...). To accept one line at a time, click the three dots button in the code completion UI toolbar and then select "Accept Line" (coming soon...).

If you don’t like the suggestion, Bito does not force you to use it. You can simply dismiss it by pressing the β€œEsc” key on your keyboard or continue typing as normal.

Bito also provides alternative suggestions, which you can navigate using the arrow keys in the code completion UI toolbar or by using the shortcut keys mentioned below.

Description
Press on Keyboard

Show next suggestion

macOS: Option + ]

Windows: ALT + ]

Show previous suggestion

macOS: Option + [

Windows: Alt + [

settings
AI Code Completions toolbar