View source
class WorkspaceSymbolResolveRequest
package languageServerProtocol.protocol
import languageServerProtocol.protocol.Protocol
A request to resolve the range inside the workspace symbol's location.
Available since
3.17.0
.A request to resolve the range inside the workspace symbol's location.
3.17.0
.staticfinalinlineread onlytype:ProtocolRequestType<WorkspaceSymbol, WorkspaceSymbol, Never, NoData, NoData> = new ProtocolRequestType<WorkspaceSymbol,WorkspaceSymbol,Never,NoData,NoData>("workspaceSymbol/resolve")