Pular para o conteúdo

First-party extensions

Este conteúdo não está disponível em sua língua ainda.

These are extensions that are maintained by the Biome team and part of the Biome organization.

The Biome editor integration allows you to:

  • Format files on save or when issuing the Format command.
  • Lint files and apply code fixes

Install our official Biome VS Code extension from the Visual Studio Marketplace.

To make Biome the default formatter open a supported file and:

  1. open the Command Palette (View or Ctrl/++P)
  2. select Format Document With…
  3. select Configure Default Formatter
  4. select Biome.

Read more in the reference page.

To install the Biome IntelliJ extension, head over to official extension page or follow these steps:

From JetBrains IDEs:

  1. Open IntelliJ IDEA.
  2. Go to Settings/Preferences.
  3. Select extensions from the left-hand menu.
  4. Click on the Marketplace tab.
  5. Search for “Biome” and click Install.
  6. Restart the IDE to activate the extension.

From disk:

  1. Download the extension .zip from releases tab.
  2. Press ⌘Сmd, to open the IDE settings and then select extensions.
  3. On the extensions page, click The Settings button and then click Install extension from Disk….
  1. open the Command Palette (View or Ctrl/++P)
  2. select zed: extensions
  3. search Biome
  4. select Install

Read more in the reference page.