MCPcopy Create free account
hub / github.com/KDE/kate / documentOnTypeFormatting

Method documentOnTypeFormatting

addons/lspclient/lspclientserver.cpp:2488–2496  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2486}
2487
2488LSPClientServer::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
2498LSPClientServer::RequestHandle LSPClientServer::documentRename(const QUrl &document,
2499 const LSPPosition &pos,

Callers 1

formatMethod · 0.45

Calls 1

make_handlerFunction · 0.85

Tested by

no test coverage detected