# 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](https://docs.bito.ai/ai-code-reviews-in-ide/ai-chat-in-bito), 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="https://2860197046-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FYgNBTrPKG0DuVdAyDvSa%2Fuploads%2FOG7YiSRkjlDEBdbe9KNq%2Fimage.png?alt=media&#x26;token=5d8f0ae4-a82a-4d10-a768-112a1d626310" 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="https://2860197046-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FYgNBTrPKG0DuVdAyDvSa%2Fuploads%2FhKqWVGtnM77IwKTs7GBM%2Fimage.png?alt=media&#x26;token=551802db-1ab3-4060-a8fd-314c97ab57d0" 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](https://docs.bito.ai/help/account-and-settings/managing-workspace-members "mention")

{% 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>" %}
