simrat39 / symbols-outline.nvim

A tree like view for symbols in Neovim using the Language Server Protocol. Supports all your favourite languages.
MIT License
1.85k stars 100 forks source link

Variables are not being displayed #216

Open kioplato opened 1 year ago

kioplato commented 1 year ago

I'm using clangd and for both C/C++ the variables are not being displayed in the symbols window. Everything LSP related works correctly (diagnostics errors and warnings). Screenshot from 2023-04-22 16-38-22. I cannot unfold the main symbol with l. The keybindings are the default, as shown in README. Is this something I misconfigured, or is it language server dependent, i.e. some ls support variable symbols while others don't?

judaew commented 1 year ago

This looks like all the information that Clangd provides. Anyway, this is sufficient for navigation.

Screenshot 2023-08-01 at 00 16 48