Skip to content

biomejs/biome-zed

Repository files navigation

Shows the banner of Biome, with its logo and the phrase 'Biome - Toolchain of the web'.

CI main

Biome extension for Zed

This extension adds support for Biome in Zed.

Languages currently supported:

  • JavaScript
  • TypeScript
  • JSX
  • TSX
  • JSON
  • JSONC
  • Vue.js
  • Astro
  • Svelte

Installation

Requires Zed >= v0.131.0.

This extension is available in the extensions view inside the Zed editor. Open zed: extensions and search for Biome.

Configuration

Example configurations in zed settings.json.

// settings.json
{
  "format_on_save": "on",
  "code_actions_on_format": {
    "source.fixAll": true,
    "source.organizeImports.biome": true
  },
  "formatter": "language_server"
}