docs: adds information regarding IDE integration in vscode

This commit is contained in:
Ian Becker 2024-06-25 15:46:27 -04:00
parent 30d30b54f0
commit e02f853229

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