View source
typedef RenameParams
package languageServerProtocol.protocol
import languageServerProtocol.protocol.Protocol
The parameters of a RenameRequest.
Fields
optionalworkDoneToken:Null<ProgressToken>
An optional token that a server can use to report work done progress.
newName:String
The new name of the symbol.
If the given name is not valid the request must return a ResponseError
with an appropriate message set.