View source
class CodeActionRequest
package languageServerProtocol.protocol
import languageServerProtocol.protocol.Protocol
A request to provide commands for the given text document and range.
A request to provide commands for the given text document and range.
staticfinalinlineread onlytype:ProtocolRequestType<CodeActionParams, Null<Array<EitherType<Command, CodeAction>>>, Array<EitherType<Command, CodeAction>>, NoData, CodeActionRegistrationOptions> = new ProtocolRequestType<CodeActionParams,Null<Array<EitherType<Command,CodeAction>>>,Array<EitherType<Command,CodeAction>>,NoData,CodeActionRegistrationOptions>("textDocument/codeAction")