clang-tools
11.0.0
|
Clangd extension: indicates the current state of the file in clangd, sent from server via the textDocument/clangd.fileStatus
notification.
More...
#include <Protocol.h>
Public Attributes | |
URIForFile | uri |
The text document's URI. More... | |
std::string | state |
The human-readable string presents the current state of the file, can be shown in the UI (e.g. More... | |
Clangd extension: indicates the current state of the file in clangd, sent from server via the textDocument/clangd.fileStatus
notification.
Definition at line 1351 of file Protocol.h.
std::string clang::clangd::FileStatus::state |
The human-readable string presents the current state of the file, can be shown in the UI (e.g.
status bar).
Definition at line 1356 of file Protocol.h.
URIForFile clang::clangd::FileStatus::uri |
The text document's URI.
Definition at line 1353 of file Protocol.h.