# Installing on Visual Studio Code

Get up and running with Bito in just a few steps! Bito seamlessly integrates with Visual Studio Code, providing powerful AI-driven code reviews directly within your editor. Click the button below to quickly install the Bito extension and start optimizing your development workflow with context-aware [AI Chat](/ai-code-reviews-in-ide/ai-chat-in-bito.md), and more.

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><mark style="color:blue;"><strong>Install on VS Code</strong></mark></td><td><a href="https://marketplace.visualstudio.com/items?itemName=Bito.bito">https://marketplace.visualstudio.com/items?itemName=Bito.bito</a></td></tr></tbody></table>

## Video guide

Watch the video below to learn how to download the Bito extension on VS Code.

{% embed url="<https://www.loom.com/share/28bb3b7d1000422fb2459c4aee16463d>" %}
How to install Bito extension on VS Code
{% endembed %}

## Step-by-step instructions

1. In Visual Studio Code, go to the extension tab and search for Bito.

<div align="left"><figure><img src="/files/zNBxrzmnqLZQgXUNv2kZ" alt=""><figcaption></figcaption></figure></div>

2. Install the extension. We recommend you restart the IDE after the installation is complete.

{% hint style="info" %}
Starting with Bito version 1.3.4, the extension is only supported on VS Code versions 1.72 and higher. Bito does not support VS Code versions below 1.72, and earlier versions of Bito do not function properly on these older versions.
{% endhint %}

3. After a successful install, the Bito logo appears in the Visual Studio Code pane.

<img src="/files/egnYcvgNbSj4JwdR4GAG" alt="" data-size="original">

4. Click the Bito logo to launch the extension and complete the setup process. You will either need to create a new workspace if you are the first in your company to install Bito or join an existing workspace created by a co-worker. See [Managing  workspace members](/help/account-and-settings/managing-workspace-members.md)

{% hint style="info" %}
Visual Studio Code Marketplace Link <https://marketplace.visualstudio.com/items?itemName=Bito.bito>
{% endhint %}

## Setup Bito extension in VS Code running through SSH

SSH (Secure Shell) is a network protocol that securely enables remote access, system management, and file transfer between computers over unsecured networks.

Visual Studio Code IDE allows developers to access and collaborate on projects from any connected machine remotely. The corresponding extension \[Remote -SSH] must be installed on the host machine's Visual Studio Code IDE to utilize this feature.

The Bito VS Code extension seamlessly integrates with Remote development via SSH, allowing developers to utilize Bito features and capabilities on their remote machines.

### Remote SSH connection and setup

Please follow the instructions given in the links below:

* <https://code.visualstudio.com/docs/remote/ssh>
* <https://learn.microsoft.com/en-us/windows-server/administration/openssh/openssh_install_firstuse>

**Video Guide:**

{% embed url="<https://www.loom.com/share/29af0fa7133b4173a1c51b1ee1a71095>" %}

## Setup Bito extension in VS Code running through WSL

Running VS Code on WSL allows developers to work in a Linux-like environment directly from Windows. This kind of setup is to take advantage of development experience on both operating systems.

WSL provides access to Linux command-line tools, utilities, and applications, to enhance productivity and streamline the development process.

This setup ensures a consistent development environment across different systems, making it easier to develop, test, and deploy applications that will run on Linux servers.

### WSL connection and setup

Please follow the instructions given in the links below:

* <https://code.visualstudio.com/docs/remote/wsl-tutorial>
* <https://learn.microsoft.com/en-us/windows/wsl/install>

**Video Guide:**

{% embed url="<https://www.loom.com/share/ac1b89c9c04a4c4e9de3067deb319d2b>" %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.bito.ai/ai-code-reviews-in-ide/installation-guide/installing-on-visual-studio-code.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
