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? 

0
1 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.

0

Please sign in to leave a comment.