clang-tools
9.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 1207 of file Protocol.h.
std::vector<SemanticHighlightingInformation> clang::clangd::SemanticHighlightingParams::Lines |
The lines of highlightings that should be sent.
Definition at line 1211 of file Protocol.h.
TextDocumentIdentifier clang::clangd::SemanticHighlightingParams::TextDocument |
The textdocument these highlightings belong to.
Definition at line 1209 of file Protocol.h.