nixd
Loading...
Searching...
No Matches
lspserver::RenameFile Struct Reference

Rename file operation. More...

#include <Protocol.h>

Collaboration diagram for lspserver::RenameFile:
[legend]

Public Attributes

URIForFile oldUri
 The old (existing) location.
URIForFile newUri
 The new location.
std::optional< RenameFileOptionsoptions
 Rename options.
std::optional< std::string > annotationId
 An optional annotation identifier.

Detailed Description

Rename file operation.

Definition at line 308 of file lspserver/include/lspserver/Protocol.h.

Member Data Documentation

◆ annotationId

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().

◆ newUri

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().

◆ oldUri

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().

◆ options

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().


The documentation for this struct was generated from the following file: