MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / docHighlightRequest

Method docHighlightRequest

src/common/lsp/client/client.cpp:602–605  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

600}
601
602void Client::docHighlightRequest(const QString &filePath, const lsp::Position &pos)
603{
604 d->callMethod(lsp::V_TEXTDOCUMENT_DOCUMENTHIGHLIGHT, lsp::documentHighlight(filePath, pos), filePath);
605}
606
607void Client::docSemanticTokensFull(const QString &filePath)
608{

Callers 1

delayPositionChangedMethod · 0.80

Calls 2

documentHighlightFunction · 0.85
callMethodMethod · 0.80

Tested by

no test coverage detected