Page 1 of 1

Lost automatic code indentation

Posted: Sat Nov 15, 2025 1:25 pm
by plater
After an update to "Espressif-IDE-3.6.0-linux.gtk.x86_64" when I'm coding I no longer get automatic indentation on newlines I've tried preferences but can't see anything that turns automatic indentation off.
Can someone help?

Re: Lost automatic code indentation

Posted: Thu Nov 20, 2025 8:39 am
by denys.almazov
Hi,

It looks like this issue is related to the new CDT LSP editor. To fix it, you’ll need to update the LSP4E dependencies first.

1. Go to Help → Install New Software…

2. In the Work with field, paste the following update site:
http://download.eclipse.org/lsp4e/releases/latest/

3. From the list, select Language Server Support for Eclipse IDE and install it.

After the installation is complete, open:
Preferences → Language Servers → Formatter and enable On-type formatting.

This should resolve the indentation issue.

Re: Lost automatic code indentation

Posted: Wed Dec 03, 2025 11:51 am
by plater
Sorry I missed your reply and carried on with having to use manual indentation.
I've just installed v3.7.0 and it works again.
Thanks for help