Folding in Arduino IDE

Hi all,

I'm looking for sections folding in the code using arduino IDE, I found everywhere that this function is not present in the Arduino IDE but I have to use an external editor.

Looking through the options I found this "folding" option and I was wondering what was the aim of this word since folding piece of coding should not be implemented for what I've read.

Hi

File->Preferences->Enable Code Folding

You can collapse code within braces "{ }"

darrob:
Hi

File->Preferences->Enable Code Folding

You can collapse code within braces "{ }"

Thank you very much