Folding with XML mode / plugin : can folded nodes show better single-line information?
Submitted by Saturday, 17 April, 2004 - 05:04
on
If I have:
<product>and I fold it, I get:
<product> [26 lines]</product>
It is possible to get something like:
<product>Cereal...[26 lines]1. Don't show the end tag, it adds no information: more space efficient
2. Do show the 1st line of element/attribute content: "outline" readable when folded
Thanks!