Code Folding for diff view
已回答
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?
请先登录再写评论。
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.