Code Folding for diff view
Answered
I currently have a SimpleFoldingBuilder working which automatically collapses certain parts of the file. Is it possible to extend this to the diff view as well?
Please sign in to leave a comment.
Diff viewer ignores FoldingBuilder of a language and uses its own (that is based on changed lines).
There are no API to modify these foldings.