Home
last modified time | relevance | path

Searched defs:ClientCommandsConfig (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/rust/src/tools/rust-analyzer/crates/rust-analyzer/src/
Dconfig.rs724 pub struct ClientCommandsConfig { struct
725 pub run_single: bool,
726 pub debug_single: bool,
727 pub show_reference: bool,
728 pub goto_location: bool,
729 pub trigger_parameter_hints: bool,
1601 pub fn client_commands(&self) -> ClientCommandsConfig { in client_commands()