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
  • VS Code
  • JetBrains IDEs (e.g. IntelliJ IDEA, WebStorm, PyCharm, etc.)

Was this helpful?

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

Enable/disable settings

Learn how to Enable or Disable AI Code Completions

PreviousHow it works?NextAccept/reject suggestions

Last updated 11 months ago

Was this helpful?

are disabled by default. To enable them follow the steps below.

VS Code

  1. Click the gear icon at the bottom left of the VS Code window. Then select “Settings” to open the main settings page.

  1. In the search bar, type "bito" and then from the sidebar click on "Bito" under "Extensions" to access the Bito extension settings.

  1. Here you will see three options that can be configured. These are:

    1. Enable Auto Completion: Tick this checkbox to enable inline code suggestion in the editor. Uncheck it to disable this feature.

    2. Enable Comment to Code: Tick this checkbox to enable generating code from comment in the editor. Uncheck it to disable this feature.

    3. Set Auto Completion Trigger Logic: Decide how fast Bito makes suggestions by setting your preferred pause time. This input field allows you to set the pause time in milliseconds. Lower values make suggestions more often. Minimum and default value is 250 milliseconds.

We recommend setting the time between 250 and 400 milliseconds.

JetBrains IDEs (e.g. IntelliJ IDEA, WebStorm, PyCharm, etc.)

  1. Click the gear icon at the top right of the JetBrains IDE window, then select "Settings" to open the main settings window.

  2. Now, in the sidebar click on "Tools" and then click "Bito" to access the Bito extension settings.

  3. Here you will see three options that can be configured. These are:

    1. Enable Auto Completion: Tick this checkbox to enable inline code suggestion in the editor. Uncheck it to disable this feature.

    2. Enable Comment to Code: Tick this checkbox to enable generating code from comment in the editor. Uncheck it to disable this feature.

    3. Set Auto Completion Trigger Logic: Decide how fast Bito makes suggestions by setting your preferred pause time. This input field allows you to set the pause time in milliseconds. Lower values make suggestions more often. Minimum and default value is 250 milliseconds.

We recommend setting the time between 250 and 400 milliseconds.

  1. After doing all of the above steps, you must click on "Apply" and then "OK" button to save your changes. Otherwise, your modifications will be lost.

From the settings sidebar, click on "Text Editor" and then select "Suggestions". Now, on the right-side, tick the checkbox given in front of "Inline Suggest: Enabled" option. Please note that if this option is disabled then functionality will not work.

Bito's AI Code Completions
AI Code Completions