nixd
Loading...
Searching...
No Matches
Public Attributes | List of all members
lspserver::RenameParams Struct Reference

#include <Protocol.h>

Collaboration diagram for lspserver::RenameParams:
[legend]

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.
 

Detailed Description

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

Member Data Documentation

◆ newName

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

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

◆ textDocument

TextDocumentIdentifier lspserver::RenameParams::textDocument

The document that was opened.

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

Referenced by lspserver::fromJSON().


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