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]

[src]

Formats the value using the given formatter. Read more

impl Request for WorkspaceSymbol
[src]

METHOD: &'static str = "workspace/symbol"

Auto Trait Implementations