View Source GenLSP.Requests.WorkspaceSymbolResolve (gen_lsp v0.10.0)
A request to resolve the range inside the workspace symbol's location.
@since 3.17.0
Message Direction: clientToServer
Link to this section Summary
Link to this section Types
@type result() :: GenLSP.Structures.WorkspaceSymbol.t()
@type t() :: %GenLSP.Requests.WorkspaceSymbolResolve{ id: integer(), jsonrpc: String.t(), method: String.t(), params: GenLSP.Structures.WorkspaceSymbol.t() | nil }