format_document
Retrieve formatting edits for a document using language server protocol. Inspect proposed changes before applying them to align with style rules.
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 |