nixd
|
#include <Protocol.h>
Public Attributes | |
URIForFile | uri |
The text document's URI. | |
std::string | state |
Clangd extension: indicates the current state of the file in clangd, sent from server via the textDocument/clangd.fileStatus
notification.
Definition at line 1667 of file lspserver/include/lspserver/Protocol.h.
std::string lspserver::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 1672 of file lspserver/include/lspserver/Protocol.h.
Referenced by lspserver::toJSON().
URIForFile lspserver::FileStatus::uri |
The text document's URI.
Definition at line 1669 of file lspserver/include/lspserver/Protocol.h.
Referenced by lspserver::toJSON().