> But what about something like fgGreen that's public, yet doesn't show a * > next to it?
Search using a regex, something like: `enum(.+)fgGreen` (untested). You could easily write a command-line utility that makes searching for this super easy.
> But what about something like fgGreen that's public, yet doesn't show a * > next to it?
Search using a regex, something like: `enum(.+)fgGreen` (untested). You could easily write a command-line utility that makes searching for this super easy.