RenameParams

Undocumented in source.
@serdeIgnoreUnexpectedKeys
@serdeFallbackStruct
@allowedMethods("textDocument/rename")
struct RenameParams {}

Members

Variables

newName
string newName;
Undocumented in source.
position
Position position;
Undocumented in source.
textDocument
TextDocumentIdentifier textDocument;
Undocumented in source.

Meta