Code editor lines collapse

Hey everyone,
I’m currently working on implementing an interactive node tree structure on my website, and as you can imagine, this has led to extensive code sections, particularly in the area of variable declarations and establishing relationships with other nodes.

I was wondering if the Velo code editor provides a built-in feature for code line collapse that can help me manage and navigate through this extensive code more efficiently. I’d love to have the ability to collapse specific code blocks for improved organization and readability.

Alternatively, if there isn’t a built-in solution, I’d greatly appreciate any suggestions or best practices from fellow developers on how to effectively manage and organize a large number of code lines within the Velo code editor. Any insights, tips, or creative approaches would be highly valued.

Thank you in advance for your assistance!