Hi All,
when I do find symbol, is there any way I can narrowdown my search criteria by the class name. Example if I'm looking for method "parse" is there any way I can say only give me the symbols that belong to java.util.Formatter.
That is result should only contain
parse(String) (in java.util.Formattter)
Please see that attached screen shot.
Thanks