Fork me on GitHub
#emacs
<
2022-12-05
>
Akiz12:12:27

Hi, does somebody use corfu and lsp-mode? I have configured LSP-Mode and Corfu according to https://github.com/minad/corfu/wiki and I am missing autocompletion for “extra” symbols. When i write something like (xxx yyy) I would like to have xxx in autocompletion candidates next time (this is default behaviour in VSCODE btw.).

Benjamin10:12:17

depends on the completion providers set. Have you tried hippie? I find it covers this case for me. By default it completes from lisp symbols in all buffers.

Akiz14:12:48

I tried to configure cape to work together with lsp and corfu but i wasn’t really sucesfull. Let me take a look at Hippie. I just tried Eglot and was surprised that it is missing that feature by default as well.