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
  • #1 Bito JetBrain Extension doesn't work in Android Studio.
  • Bito doesn’t load and show a blank page when installed in Android Canary.
  • #2 Korean/Hangul language is behaving abnormally in the JetBrains IDE
  • #3 Full Line Code completion is disabled notification in JetBrains 2024.1 EAP
  • #4 Setup Bito extension in VS Code running through SSH or WSL

Was this helpful?

Export as PDF
  1. Support & Questions

Troubleshooting

Guides to fixing common known issues

PreviousGetting SupportNextIs it GPT-4?

Last updated 8 months ago

Was this helpful?

#1 Bito JetBrain Extension doesn't work in Android Studio.

Bito plugin needs support for the JCEF browser, which is not included in Android Studio due to its default boot runtime setup. You can change the default Boot runtime settings in Android Studio to a version that supports the JCEF browser and get Bito running on Android Studio Given below are the instructions:

  1. Go to Help → Find action

  2. Type → “Choose Boot Java Runtime for the IDE”

  3. From the dropdown “New”, select a Boot runtime that supports the JCEF browser.

  4. Select "OK" and Restart.

Once done, install Bito, and you will have it up and running.

Bito doesn’t load and show a blank page when installed in Android Canary.

In order to load Bito in Android Canary, please follow below steps:-

  1. Select Help | Find Action from the main menu in IDE.

  2. Type Registry..., select it.

  3. In the opened list, find and disable the ide.browser.jcef.sandbox.enable options.

  4. Restart the IDEA.

#2 Korean/Hangul language is behaving abnormally in the JetBrains IDE

In the latest JetBrains IDE (version >= 2023.2), some languages, particularly Korean/Hangul, are mistakenly typed from right to left instead of the correct left to right format.

To resolve this:

  1. Open your JetBrains IDE.

  2. Navigate to Help → Edit Custom VM Options menu.

  3. A file will open. Add the following code in this file:

-Dide.browser.jcef.osr.enabled=false
  1. Save the file.

  2. Restart the IDE.

This workaround should address the input issue. It's a persistent setting, so you won't need to repeat this process every time you start the IDE. Additionally, while the problem is noted with Korean/Hangul, if you experience similar issues with other languages, you can try the same workaround.

#3 Full Line Code completion is disabled notification in JetBrains 2024.1 EAP

JetBrains has released a new version, 2024.1 EAP, which introduces a new feature called "Full Line Code Completion". Since this release, all JetBrains plugins supporting Line/Code completion have encountered an issue where end users receive a notification to disable the plugin if they want to access built-in local inline code completion.

If you have also received this notification, do not worry because it is only the new feature of JetBrains "Full Line Code Completion" that is disabled. However, the existing normal JB suggestions and completions are not affected by this.

Therefore, you can simply close this notification and continue using the Bito plugin. It will work as expected.

#4 Setup Bito extension in VS Code running through SSH or WSL

The reason you should continue using Bito is that it is powered by best-in-class Large Language Models (such as GPT-4o mini and Google PaLM 2 – 540B parameters), which provide very high-quality and accurate suggestions based on your code.

For SSH setup, please refer to .

For WSL setup, please refer to .

⚒️
AI Code Completions
this documentation
this documentation