Enum languageserver_types::request::WorkspaceSymbol
[−]
[src]
pub enum WorkspaceSymbol {}The workspace symbol request is sent from the client to the server to list project-wide symbols matching the query string.
Trait Implementations
impl Debug for WorkspaceSymbol[src]
impl Request for WorkspaceSymbol[src]
type Params = WorkspaceSymbolParams
type Result = Option<Vec<SymbolInformation>>
const METHOD: &'static str
METHOD: &'static str = "workspace/symbol"