Ekopalypse / NppLspClient

LSP client for Notepad++
MIT License
37 stars 3 forks source link

Improvements for Symbols window #19

Closed ArkadiuszMichalski closed 2 days ago

ArkadiuszMichalski commented 1 month ago

It would be nice if Symbols windows had some basic features:

You can check how it looks in sourcecookifier, because it was done nicely there.

I saw a question in some topic that you wanted to remove this window. I am against it, the built-in Function List is just a prosthesis and is not as good as some dedicated solutions. Nothing urgent, but some sensible panel with symbols for a given file is very useful.

Ekopalypse commented 1 month ago

I saw a question in some topic that you wanted to remove this window.

More or less, yes, I thought about when I need to see the symbols in general and realized that I personally only use them when I don't know the exact name and therefore try to look it up. But dialog such as the completion dialog, which of course would have to be started manually, would be much more efficient here.