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: about 2 months ago
JSON representation
Biome extension for Visual Studio Code
- Host: GitHub
- URL: https://github.com/biomejs/biome-vscode
- Owner: biomejs
- License: apache-2.0
- Created: 2023-09-21T15:35:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-22T16:15:56.000Z (12 months ago)
- Last Synced: 2024-05-23T01:06:36.247Z (12 months ago)
- Topics: biome, biomejs, formatter, linter, vscode, vscode-extension
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=biomejs.biome
- Size: 771 KB
- Stars: 127
- Watchers: 7
- Forks: 16
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# Biome Extension for VS Code
[](https://marketplace.visualstudio.com/items?itemName=biomejs.biome)
[](https://open-vsx.org/extension/biomejs/biome)
[](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)