formatDocument
Format any file using VS Code formatter or CLI tools like Prettier, Biome, Black, gofmt, or rustfmt. Specify the file path to apply consistent formatting.
Instructions
Format file via VS Code formatter or CLI fallback (prettier/biome/black/gofmt/rustfmt).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | File to format (relative or absolute path) |