Third-party extensions
These are extension maintained by other communities, that you install in your editor:
vim
:ALE
supports Biome, just follow the installation instructionsneovim
: you’ll have to installnvim-lspconfig
, and follow the instructions.ALE
also supports Biome.helix
: follow the instruction of this manualcoc-biome
: Biome extension forcoc.nvim
sublime text
: follow theLSP-biome
installation instructionsEmacs
: ensure you havelsp-mode
installed, follow thelsp-biome
installation instructions to enable Biome support inlsp-mode
Helix
Section titled HelixCurrently, biome supports the following file extensions: js
, jsx
, ts
, tsx
, d.ts
, json
and jsonc
.
Biome has an lsp-proxy
command that acts as a server for the Language Server Protocol over stdin/stdout.
Helix 23.10
Section titled Helix 23.10Helix 23.10 has support for multiple language servers. Now you can use biome alongside typescript-language-server
.