View source
class CodeLensRequest
package languageServerProtocol.protocol
import languageServerProtocol.protocol.Protocol
A request to provide code lens for the given text document.
A request to provide code lens for the given text document.
staticfinalinlineread onlytype:ProtocolRequestType<CodeLensParams, Null<Array<CodeLens>>, Array<CodeLens>, NoData, CodeLensRegistrationOptions> = new ProtocolRequestType<CodeLensParams,Null<Array<CodeLens>>,Array<CodeLens>,NoData,CodeLensRegistrationOptions>("textDocument/codeLens")