| 144 | FormattingOptions options; |
| 145 | }; |
| 146 | struct DocumentOnTypeFormattingParam { |
| 147 | TextDocumentIdentifier textDocument; |
| 148 | Position position; |
| 149 | std::string ch; |
| 150 | FormattingOptions options; |
| 151 | }; |
| 152 | struct DocumentRangeFormattingParam { |
| 153 | TextDocumentIdentifier textDocument; |
| 154 | lsRange range; |
nothing calls this directly
no outgoing calls
no test coverage detected