View source
class PrepareRenameRequest
package languageServerProtocol.protocol
import languageServerProtocol.protocol.Protocol
A request to test and perform the setup necessary for a rename.
A request to test and perform the setup necessary for a rename.
staticfinalinlineread onlytype:ProtocolRequestType<PrepareRenameParams, Null<PrepareRenameResult>, Never, NoData, NoData> = new ProtocolRequestType<PrepareRenameParams,Null<PrepareRenameResult>,Never,NoData,NoData>("textDocument/prepareRename")