techee / geany-lsp

LSP plugin for the Geany editor
GNU General Public License v2.0
19 stars 1 forks source link

Add support for LSP-based symbol tree #39

Closed techee closed 2 months ago

techee commented 3 months ago

The symbol tree is currently populated using Geany's tag manager and ctags parsers and there's no API in Geany to fill the symbol tree from an external source. Currently, it's not clear which way it should be implemented, see https://github.com/geany/geany/pull/3910.

techee commented 2 months ago

Implemented as a separate symbol tree.