GenLSP.Protocol.Structures.RenameParams (gen_lsp v0.0.1)

The parameters of a RenameRequest.

properties

Properties

textDocument :: TextDocumentIdentifier (required)

The document to rename.

position :: Position (required)

The position at which this request was sent.

newName :: string (required)

The new name of the symbol. If the given name is not valid the request must return a ResponseError with an appropriate message set.