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

Feature Request - add option to display signature of functions and methods #158

Closed weilbith closed 2 years ago

weilbith commented 2 years ago

And me again... 😅

I would love to be able to see methods. functions and constructors a bit more clearly by showing them with their full signature. This is also very helpful for languages where overloading is possible. Also it makes methods more pop-out in contrast to variables etc.

Or, maybe better: allow to configure a list of symbol kinds that should be displayed with their full hint? Not sure if that would look as good. 🤔

weilbith commented 2 years ago

I'm stupid. Was a language specific issue. Sorry.