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