LogoLogo
Sign inVisit bito.aiVideo Library
  • πŸ‘‹Welcome to Bito Academy
  • πŸ†•Getting Started
    • Quick Overview
    • Installing on Visual Studio Code
    • Installing on JetBrain IDEs
    • Installing Chrome Extension
    • Vim/Neovim Plugin
    • Creating a Bito Account
    • Upgrading Bito Plugin
    • Bito AI Examples
  • πŸ›‘οΈPrivacy & Security
  • πŸ€–Bito Dev Agents
    • AI Code Review Agent
      • Key Features
      • Supported Programming Languages and Tools
      • Getting Started
        • 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
    • Wingman Coding Agent
      • Key features
      • Supported tools
      • Getting started
  • 🎯Feature Guides
    • AI Chat in Bito
      • Keyboard Shortcuts
      • Chat Session History
      • Share Chat Session
      • Appearance Settings
      • Open Bito in a new tab or window
    • 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
    • Bito CLI
      • Overview
      • Install or Uninstall
      • Configuration
      • How to Use?
      • Available Commands
      • FAQs
  • πŸ”–Templates
    • Standard Templates
    • Custom Prompt Templates
    • Diff View
  • 🧠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 & Settings
    • 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 & Questions
    • Getting Support
    • Troubleshooting
    • Is it GPT-4?
  • πŸ†•What's New
  • 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. Feature Guides
  2. 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