Where is "Enable code folding" in Processing IDE?

In Arduino IDE code folding is availabel, but in Processing IDE isn’t. Why?

1 Like

Processing is designed to be a simple IDE for beginners. It would be confusing to them if entire sections of their code started being hidden inexplicably.

1 Like

I like working with different tabs though

Very convenient

possibly meanwhile can use a external editor like geany

Some other third-party editors with code folding include Atom, VSCode, TextMate, et cetera.

Many have simple packages or bundles for running the sketch from the editor:


There are things you might miss from PDE, like reference tooltips, the “stop” button, tweak mode, an app export wizard, etc… but you can always switch back into it to use those things. Just be careful of having the same sketch open in both, as PDE can sometimes be aggressive about autosaving.

2 Likes

Thanks! It’s work.

Thanks!