Ale: Add ALESymbolsList

Created on 15 Jan 2019  路  7Comments  路  Source: dense-analysis/ale

I鈥檝e been looking for this feature and I cannot find it. Is there a way to emulate it with fzf? Thanks in advance!

enhancement

Most helpful comment

Thank you for the information. It makes sense to add this.

All 7 comments

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

A hint about how this could be done: Vista.vim implements that functionality (FZF search + tagbar) by using coc.nvim's implementation of textDocument/documentSymbol. Perhaps implementing ALEDocumentSymbol would be enough for it to be supported by Vista.vim.

Lack of quick symbol fuzzy search is from my POV the biggest showstopper from using ALE as only LSP solution.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

aressler38 picture aressler38  路  3Comments

amerov picture amerov  路  4Comments

sodiumjoe picture sodiumjoe  路  4Comments

ilyakopy picture ilyakopy  路  4Comments

janhellmich picture janhellmich  路  3Comments