Page 1 of 1

Eclipse - Editor Templates not working

Posted: Wed Dec 18, 2024 10:38 am
by graemegets
Hi,

Im using Espressif-IDE version 3.1.0. The editor code templates do not seem to work. I usually add a new block comment templates but they do not show up with a ctrl-space/Intellisense. If I edit a standard one, the new edit is not applied.

I am creating the template in Preferences->c/c++->Editor->templates - This is where I do it for stm32CudeIde and it works.

Am I missing something or is there an editor bug here?

Many Thanks
Graeme

Re: Eclipse - Editor Templates not working

Posted: Tue Jan 07, 2025 9:23 am
by Andrr Filippov
Hi !

It's just different from the default behavior.
For example, to generate an if statement, you need to type if.
Some code templates might indeed be missing, but that's more of an LSP issue.