format_document
Preview formatting edits before applying them. Get the exact TextEdit changes a language server would make to format a document, allowing you to review and decide.
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 |
|---|---|---|---|
| tab_size | No | ||
| file_path | Yes | ||
| language_id | No | ||
| insert_spaces | No |