Searched defs:CommandLink (Results 1 – 3 of 3) sorted by relevance
16 export type CommandLink = { alias
500 pub struct CommandLink { struct502 pub command: lsp_types::Command,504 pub tooltip: Option<String>,
1640 fn to_command_link(command: lsp_types::Command, tooltip: String) -> lsp_ext::CommandLink { in to_command_link()