View source
typedef RenameClientCapabilities
package languageServerProtocol.protocol
import languageServerProtocol.protocol.Protocol
Fields
optionalprepareSupportDefaultBehavior:Null<PrepareSupportDefaultBehavior>
Client supports the default behavior result.
The value indicates the default behavior used by the client.
Available since
3.16.0
.optionalprepareSupport:Null<Bool>
Client supports testing for validity of rename operations before execution.
Available since
version 3.12.0
.optionalhonorsChangeAnnotations:Null<Bool>
Whether th client honors the change annotations in text edits and resource operations returned via the rename request's workspace edit by for example presenting the workspace edit in the user interface and asking for confirmation.
Available since
3.16.0
.