DDT-IDE / DDT

DDT is an Eclipse-based IDE for the D programming language:
http://ddt-ide.github.io/
101 stars 16 forks source link

Add ability to collapse Enum definitions #126

Closed adilbaig closed 8 years ago

adilbaig commented 8 years ago

Enum definitions that are long, say 15+ items, tends to take too much visual space. I tend to find enums mostly noise after I've initially implemented them, since they rarely change.

Can you add the ability to collapse them, like you can for structs, classes and other scopes.