I would like attributes to be included in the JSON output, for example:
"attributes" : [ "static", "protected" ]
This allows for more accurate autocomplete support:
TypeName.<static public members>
super.<include protected members>
Thanks,
Christopher E. Miller