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

Method docSemanticTokensFull

src/common/lsp/client/client.cpp:607–610  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

605}
606
607void Client::docSemanticTokensFull(const QString &filePath)
608{
609 d->callMethod(lsp::V_TEXTDOCUMENT_SEMANTICTOKENS_FULL, lsp::documentSemanticTokensFull(filePath), filePath);
610}
611
612void Client::docSemanticTokensRange(const QString &filePath, lsp::Range range)
613{

Callers 3

delayTextChangedMethod · 0.80
updateTokensMethod · 0.80
refreshTokensMethod · 0.80

Calls 2

callMethodMethod · 0.80

Tested by

no test coverage detected