Show buffer outline (e.g. symbols from LSP) #4659
Unanswered
yatesco
asked this question in
Q&A - Ask for help with problems
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there! In emacs I use
imenu
a ton. It provides a list of symbols in the current buffer. Is there an equivalent in ALE?The help mentions
which made me think I could use vim's tags functionality (and FZF
:Tags
), but it's empty and prompts to generate a tags file.echo ale_update_tagstack
showsE121: Undefined variable: ale_update_tagstack
, so I wonder whether the documentation is stale?Thanks :-)
Beta Was this translation helpful? Give feedback.
All reactions