Enhancement request : See private and public methods in different color in navigator

Actually in the navigator pane (Tools / Code Contents) procedures and functions appear in green with just a letter that distinguish them, but there is no way to distinguish public from private procedure or function (in package body).

It would be nice to distinguish them easily with a different color or a symbol.
 
I like this request. One thing I do is make public procedures in caps and private ones in lower case. Not many others do, but I'm lucky to often work on my own packages. Anyway, thought I would share in case it helps.
 
Back
Top