format_document
Analyze code formatting by generating TextEdit[] showing changes needed to align with language server style rules, without applying them automatically.
Instructions
Get formatting edits for an entire document via LSP. Returns TextEdit[] describing the changes needed to format the file according to the language server's style rules. The edits are returned for inspection — they are NOT applied automatically. Use this to see what formatting changes a formatter would make.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | ||
| language_id | No | ||
| tab_size | No | ||
| insert_spaces | No |