eclipse-cdt/cdt-lsp

Customizable code temples during autocomplete

Opened this issue · 1 comments

The non LSP C++ editor had the ability to create customizable code snippet templates for auto complete.

grafik

clangd also suggests some snippets, however they are different from the original CDT editor and they seem not to be customizable. Any suggestions how to proceed to add this feature?

Any suggestions how to proceed to add this feature?

No, not really. Maybe we can add these code snippet templates to the new editor as well. So to speak on top of the clangd proposals.