First-party extensions
このコンテンツはまだ日本語訳がありません。
These are extensions that are maintained by the Biome team and part of the Biome organization.
VS Code
Section titled VS CodeThe 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:
- open the Command Palette (View or Ctrl/⌘+⇧+P)
- select Format Document With…
- select Configure Default Formatter
- select Biome.
Read more in the reference page.
IntelliJ
Section titled IntelliJTo install the Biome IntelliJ plugin, head over to official plugin page or follow these steps:
From JetBrains IDEs:
- Open IntelliJ IDEA.
- Go to Settings/Preferences.
- Select Plugins from the left-hand menu.
- Click on the Marketplace tab.
- Search for “Biome” and click Install.
- Restart the IDE to activate the plugin.
From disk:
- Download the extension .zip from Versions tab.
- Press
⌘Сmd,
to open the IDE settings and then select Plugins. - On the extensions page, click The Settings button and then click Install Plugin from Disk….
- open the Command Palette (View or Ctrl/⌘+⇧+P)
- select zed: extensions
- search Biome
- select Install
Read more in the reference page.