| 2486 | } |
| 2487 | |
| 2488 | LSPClientServer::RequestHandle LSPClientServer::documentOnTypeFormatting(const QUrl &document, |
| 2489 | const LSPPosition &pos, |
| 2490 | const QChar lastChar, |
| 2491 | const LSPFormattingOptions &options, |
| 2492 | const QObject *context, |
| 2493 | const FormattingReplyHandler &h) |
| 2494 | { |
| 2495 | return d->documentOnTypeFormatting(document, pos, lastChar, options, make_handler(h, context, parseTextEdit)); |
| 2496 | } |
| 2497 | |
| 2498 | LSPClientServer::RequestHandle LSPClientServer::documentRename(const QUrl &document, |
| 2499 | const LSPPosition &pos, |