eclipse-cdt / cdt-lsp

Eclipse CDT™ LSP Extensions for CDT
Eclipse Public License 2.0
23 stars 11 forks source link

Create folding ranges while editing #278

Closed ghentschke closed 4 months ago

ghentschke commented 4 months ago

When editing code in the LSP based C/C++ editor, the folding is not working as expected. As a user I would expect that the folding reconciler would be invoked while editing the code.

Should be fixed in LSP4E. See LSP4E issue #925

ghentschke commented 4 months ago

fixed by https://github.com/eclipse/lsp4e/pull/926