any way to sort methods and/or variables by access level?
I generally like to keep methods and variables in my classes sorted
according to access level - ie, public followed by protected followed by
private. I think this is a fairly typical convention. Does Pallada provide
a way to automatically perform such sorting? If not, is this feature
slated to be added?
Thanks,
Ian
Please sign in to leave a comment.
Try the Rearranger plugin.
Tom