what's the keybinding you are invoking to bring up the contextual menu in these gifs on the snippets page?
is just the completion with company, for doom-emacs C-SPC
, for vanila emacs should be TAB
the snippets are just like any completion item, the difference it's that clojure-lsp is following a standard that adds a $
as the sufix, but it changes nothing
i saw a few that showed a menu with "Select code action"
wasn't sure what keybinding and function that was
oh, that's another menu, the code actions one, that uses emacs completing-read
you can use it with lsp-execute-code-action
, if more than one code action is available, that menu will appear
lovely thanks