View source
typedef RenameRegistrationOptions
package languageServerProtocol.protocol
import languageServerProtocol.protocol.Protocol
Registration options for a RenameRequest.
Fields
optionalprepareProvider:Null<Bool>
Renames should be checked and tested before being executed.
Available since
version 3.12.0
.documentSelector:Null<DocumentSelector>
A document selector to identify the scope of the registration. If set to null the document selector provided on the client side will be used.