format_document
Preview formatting changes a language server would apply to a file without modifying it. Returns a list of text edits that describe required formatting adjustments.
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 |