Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/rust-analyzer/editors/code/src/
Dlsp_ext.ts16 export type CommandLink = { alias
/third_party/rust/rust/src/tools/rust-analyzer/crates/rust-analyzer/src/
Dlsp_ext.rs500 pub struct CommandLink { struct
502 pub command: lsp_types::Command,
504 pub tooltip: Option<String>,
/third_party/rust/rust/src/tools/rust-analyzer/crates/rust-analyzer/src/handlers/
Drequest.rs1640 fn to_command_link(command: lsp_types::Command, tooltip: String) -> lsp_ext::CommandLink { in to_command_link()