View source
class CodeLensRefreshRequest
package languageServerProtocol.protocol
import languageServerProtocol.protocol.Protocol
A request to refresh all code actions
Available since
3.16.0
.A request to refresh all code actions
3.16.0
.staticfinalinlineread onlytype:ProtocolRequestType<NoData, NoData, NoData, NoData, NoData> = new ProtocolRequestType<NoData,NoData,NoData,NoData,NoData>("workspace/codeLens/refresh")