ApexDoc icon indicating copy to clipboard operation
ApexDoc copied to clipboard

provide better visuals to differentiate scope of classes, methods, and properties

Open davidhabib opened this issue 10 years ago • 1 comments

currently, one must expand the method list to see the full method signature. It would be nice if in the collapsed state, the method name bars had some sort of visual to indicate scope.

we could potentially do something similar in the class menu. I currently am just using color of the class (blue = global, black = public, gray = private).

davidhabib avatar Jan 07 '15 04:01 davidhabib

scope is displayed on all signatures, and dynamic scope filtering allows you to show/hide different scopes. So I think this is lower priority.

davidhabib avatar Jan 19 '15 19:01 davidhabib