nixd
|
#include <Protocol.h>
Public Attributes | |
std::optional< Range > | range |
The range of the document that changed. | |
std::optional< int > | rangeLength |
The length of the range that got replaced. | |
std::string | text |
The new text of the range/document. | |
Definition at line 745 of file lspserver/include/lspserver/Protocol.h.
std::optional<Range> lspserver::TextDocumentContentChangeEvent::range |
The range of the document that changed.
Definition at line 747 of file lspserver/include/lspserver/Protocol.h.
Referenced by lspserver::applyChange(), and lspserver::fromJSON().
std::optional<int> lspserver::TextDocumentContentChangeEvent::rangeLength |
The length of the range that got replaced.
Definition at line 750 of file lspserver/include/lspserver/Protocol.h.
Referenced by lspserver::applyChange(), and lspserver::fromJSON().
std::string lspserver::TextDocumentContentChangeEvent::text |
The new text of the range/document.
Definition at line 753 of file lspserver/include/lspserver/Protocol.h.
Referenced by lspserver::applyChange(), and lspserver::fromJSON().