|
nixd
|
Rename file operation. More...
#include <Protocol.h>
Public Attributes | |
| URIForFile | oldUri |
| The old (existing) location. | |
| URIForFile | newUri |
| The new location. | |
| std::optional< RenameFileOptions > | options |
| Rename options. | |
| std::optional< std::string > | annotationId |
| An optional annotation identifier. | |
Rename file operation.
Definition at line 308 of file lspserver/include/lspserver/Protocol.h.
| std::optional<std::string> lspserver::RenameFile::annotationId |
An optional annotation identifier.
Definition at line 316 of file lspserver/include/lspserver/Protocol.h.
Referenced by lspserver::fromJSON(), and lspserver::toJSON().
| URIForFile lspserver::RenameFile::newUri |
The new location.
Definition at line 312 of file lspserver/include/lspserver/Protocol.h.
Referenced by lspserver::fromJSON(), and lspserver::toJSON().
| URIForFile lspserver::RenameFile::oldUri |
The old (existing) location.
Definition at line 310 of file lspserver/include/lspserver/Protocol.h.
Referenced by lspserver::fromJSON(), and lspserver::toJSON().
| std::optional<RenameFileOptions> lspserver::RenameFile::options |
Rename options.
Definition at line 314 of file lspserver/include/lspserver/Protocol.h.
Referenced by lspserver::fromJSON(), and lspserver::toJSON().