I'm trying out neovim with rust-analyzer and a few other plugins. Is there an equivalent of VSCode's 'navigate symbols in file' (ctrl-shift-o) that works for Rust? I don't think vscode depends on lsp for this, so perhaps in neovim it would require ctags?
My main use for this is to jump to functions/methods, so any other method of quickly getting a list of those for a given file or module would work just as well for present purposes.
Cheers - hadn't thought of telescope, which I have installed but was only using as a project file picker. Having had a quick look I see it also has some lsp pickers built in (document & workspace symbols), which seem like a good bet as I already like its UI. I shall explore further, thanks.
aerial is also a choice, which is in active development compared to symbols-outline.
I used litee-symboltree for a while, and it's a little complicated/verbose to use. Now I use symbols-outline.