View Source GenLSP.Requests.WorkspaceSymbolResolve (gen_lsp v0.8.1)

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 t() :: %GenLSP.Requests.WorkspaceSymbolResolve{
  id: integer(),
  jsonrpc: String.t(),
  method: String.t(),
  params: GenLSP.Structures.WorkspaceSymbol.t() | nil
}