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

Was this helpful?

Export as PDF
  1. Feature Guides
  2. 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