Searched defs:CommandLinkGroup (Results 1 – 3 of 3) sorted by relevance
22 export type CommandLinkGroup = { alias
1647 ) -> Option<lsp_ext::CommandLinkGroup> { in show_impl_command_link()1673 ) -> Option<lsp_ext::CommandLinkGroup> { in show_ref_command_link()1703 ) -> Option<lsp_ext::CommandLinkGroup> { in runnable_action_links()1740 ) -> Option<lsp_ext::CommandLinkGroup> { in goto_type_action_links()1763 ) -> Vec<lsp_ext::CommandLinkGroup> { in prepare_hover_actions()
492 pub struct CommandLinkGroup { struct494 pub title: Option<String>,495 pub commands: Vec<CommandLink>,