clang-tools
10.0.0
|
Parameters for the semantic highlighting (server-side) push notification. More...
#include <Protocol.h>
Public Attributes | |
TextDocumentIdentifier | TextDocument |
The textdocument these highlightings belong to. More... | |
std::vector< SemanticHighlightingInformation > | Lines |
The lines of highlightings that should be sent. More... | |
Parameters for the semantic highlighting (server-side) push notification.
Definition at line 1230 of file Protocol.h.
std::vector<SemanticHighlightingInformation> clang::clangd::SemanticHighlightingParams::Lines |
The lines of highlightings that should be sent.
Definition at line 1234 of file Protocol.h.
TextDocumentIdentifier clang::clangd::SemanticHighlightingParams::TextDocument |
The textdocument these highlightings belong to.
Definition at line 1232 of file Protocol.h.