|
nixd
|
#include <Protocol.h>
Public Attributes | |
| TextDocumentIdentifier | textDocument |
| The document that was opened. | |
| Position | position |
| The position at which this request was sent. | |
| std::string | newName |
| The new name of the symbol. | |
Definition at line 1369 of file lspserver/include/lspserver/Protocol.h.
| std::string lspserver::RenameParams::newName |
The new name of the symbol.
Definition at line 1377 of file lspserver/include/lspserver/Protocol.h.
Referenced by lspserver::fromJSON().
| Position lspserver::RenameParams::position |
The position at which this request was sent.
Definition at line 1374 of file lspserver/include/lspserver/Protocol.h.
Referenced by lspserver::fromJSON().
| TextDocumentIdentifier lspserver::RenameParams::textDocument |
The document that was opened.
Definition at line 1371 of file lspserver/include/lspserver/Protocol.h.
Referenced by lspserver::fromJSON().