Ategon @ategon.dev · Jan 17

Daily Godot Tip #39: You can create code regions between #region and #endregion that allow you to collapse that entire section into 1 line Useful for things you don't edit but still would need to scroll past #godot #gamedev #godottips

48 likes 6 replies

?

Replies

raumkauz · Jan 18

I really wish I knew and used this earlier.

@ba3rdq.eu · Jan 17

Oh wow, I didn't know that, thanks !

Alleyn · Jan 18

I use this frequently in C#. It's nice to see they have it in gdscript as well.

Skoober · Jan 18

📌

yochicreplay · Feb 10

Alt+R for quick region creation!