Fork me on GitHub
#releases
<
2021-04-13
>
dpsutton13:04:18

what's the keybinding you are invoking to bring up the contextual menu in these gifs on the snippets page?

ericdallo13:04:10

is just the completion with company, for doom-emacs C-SPC , for vanila emacs should be TAB

ericdallo13:04:15

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

dpsutton13:04:01

i saw a few that showed a menu with "Select code action"

dpsutton13:04:12

wasn't sure what keybinding and function that was

ericdallo13:04:42

oh, that's another menu, the code actions one, that uses emacs completing-read

ericdallo13:04:08

you can use it with lsp-execute-code-action , if more than one code action is available, that menu will appear

dpsutton13:04:50

lovely thanks

👍 2