I鈥檝e been looking for this feature and I cannot find it. Is there a way to emulate it with fzf? Thanks in advance!
Could you describe the the command should do? I'm not sure I understand.
A bit the same thing as :Tags (fzf-vim) or show the symbol list via fuzzy-search (like what LanguageClient-neovim does).
Btw, congrats on the plugin. It鈥檚 super sexy and I鈥檝e been loving it so far. However, I still need to read more about omnifunc because I sometimes get hangs (but that鈥檚 another issue).
It should be called ALEDocumentSymbol for the correspondent textDocument/documentSymbol LSP method.
I'd prefer ALE to handle only LSP interaction and suggest how to configure fzf (or any other fuzzy finder) to work with it.
Thank you for the information. It makes sense to add this.
I would also love this. I have been happy to switch to ale from language client neovim. But this the one thing that the other package had that I used frequently that I wish this had
Lack of quick symbol fuzzy search is from my POV the biggest showstopper from using ALE as only LSP solution.
Most helpful comment
Thank you for the information. It makes sense to add this.