Find Symbol : Filter search results by class name
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
Attachment(s):
Screen Shot 2014-06-25 at 11.14.03 PM.png
请先登录再写评论。
Hi,

have you tried searching for "Formatter.parse"?
Thanks a lot. Thats what I'm looking for.