跳转到内容

First-party plugins

These are plugins 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.

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

From JetBrains IDEs:

  1. Open IntelliJ IDEA.
  2. Go to Settings/Preferences.
  3. Select Plugins 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 plugin.

From disk:

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