Merge pull request #322 from isbecker/docs/treefmt-vscode
Some checks failed
gh-pages / build (push) Has been cancelled
Nix Flake Actions / nix-matrix (push) Has been cancelled
gh-pages / deploy (push) Has been cancelled
Nix Flake Actions / nix-build (push) Has been cancelled

docs: adds information regarding IDE integration in vscode
This commit is contained in:
mergify[bot] 2024-06-28 19:25:34 +00:00 committed by GitHub
commit 492083b03e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -122,11 +122,17 @@ For instance, you can go for:
Find the full list of supported formatters [here](https://treefmt.com/configure.html#supported-formatters).
## IDE Integration
`treefmt` currently has support for vscode via an extension:
- [treefmt-vscode](https://marketplace.visualstudio.com/items?itemName=ibecker.treefmt-vscode) | [GitHub repo](https://github.com/isbecker/treefmt-vscode)
## Upcoming features
This project is still pretty new. Down the line we also want to add support for:
- IDE integration
- More IDE integration
- Pre-commit hooks
## Related projects