extensions
extensions copied to clipboard
How to make tree-sitter blocks foldable? [Missing either documentation or functionality]
I am working on the Fountain extension, and I see that Zed supports folding parts of the code. What does it look for to add that fold arrow?
Seems it basically just folds on indentation...
Syntax aware folding is not yet supported in Zed. I plan to work on it soon as it's a feature I miss dearly as well. There is already an issue open on the Zed repo here if you'd like to track progress :)