Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/biomejs/biome-vscode

Biome extension for Visual Studio Code
https://github.com/biomejs/biome-vscode

biome biomejs formatter linter vscode vscode-extension

Last synced: 5 days ago
JSON representation

Biome extension for Visual Studio Code

Awesome Lists containing this project

README

        

# Biome Extension for VS Code

[![Visual Studio Marketplace](https://img.shields.io/visual-studio-marketplace/v/biomejs.biome?label=Visual%20Studio%20Marketplace&labelColor=374151&color=60a5fa)](https://marketplace.visualstudio.com/items?itemName=biomejs.biome)
[![Open VSX Registry](https://img.shields.io/visual-studio-marketplace/v/biomejs.biome?label=Open%20VSX%20Registry&logo=data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB2aWV3Qm94PSI0LjYgNSA5Ni4yIDEyMi43IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgogIDxwYXRoIGQ9Ik0zMCA0NC4yTDUyLjYgNUg3LjN6TTQuNiA4OC41aDQ1LjNMMjcuMiA0OS40em01MSAwbDIyLjYgMzkuMiAyMi42LTM5LjJ6IiBmaWxsPSIjYzE2MGVmIi8+CiAgPHBhdGggZD0iTTUyLjYgNUwzMCA0NC4yaDQ1LjJ6TTI3LjIgNDkuNGwyMi43IDM5LjEgMjIuNi0zOS4xem01MSAwTDU1LjYgODguNWg0NS4yeiIgZmlsbD0iI2E2MGVlNSIvPgo8L3N2Zz4=&labelColor=374151&color=60a5fa)](https://open-vsx.org/extension/biomejs/biome)
[![Discord](https://img.shields.io/discord/1132231889290285117?logo=discord&logoColor=white&label=Discord&labelColor=374151&color=5865F2)](https://discord.gg/BypW39g6Yc)

The **Biome extension for Visual Studio Code** brings first-class support for
Biome in VS Code and VS Code-based editors. By integrating with Biome's
language server, the extension provides the following features:

- 💾 Format on save
- 🚜 Code refactoring
- 💡 Inline suggestions and quick fixes

## Installation

The Biome extension for VS Code is available on the **Visual Studio Marketplace**
and the **Open VSX Registry**:

- 📦 [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=biomejs.biome) (recommended for [*VS Code*](https://code.visualstudio.com/) users)
- 📦 [Open VSX Registry](https://open-vsx.org/extension/biomejs/biome) (recommended for [*VSCodium*](https://vscodium.com/) users)

## Documentation

The documentation for the extension is available on the [official website](https://biomejs.dev/).

- [📖 Documentation](https://biomejs.dev/reference/vscode/)

## Contributing

Contributions are welcome!

Please read the [contribution guidelines](CONTRIBUTING.md) for more information.

## License

This open-source project is dual-licensed under the [MIT License](LICENSE-MIT) and the [Apache License, Version 2.0](LICENSE-APACHE)