Fork me on GitHub
#lsp
<
2021-07-18
>
ribelo09:07:35

Does lsp have something like emacs imenu-anywhere? Being able to jump to functions by name would be invaluable.

all-clear 4
anonimitoraf10:07:31

I've only read about this but sounds like a use case for lsp-ivy-workspace-symbol ?

☝️ 3
ribelo10:07:38

you're my hero

ericdallo14:07:37

also there is a lsp-ui-imenu for showing symbols on the current document only: but I don't think it's a really used feature

ribelo18:07:14

Thanks Eric, that function I know, I was looking for something that searches for functions globally though. Grep is cool, but it turns out that it can be simpler

ericdallo18:07:47

yes, so lsp-ivy-workspace-symbol is probably the best approach for that