Is there a way of searching only the code and not the comments in the code in Eclipse?
So, I'm looking up the source code for say, a certain identifier or a method name to trace where it is declared/used.
I'm using "Find/Replace" with ^F. but, I want it to search the text only in the source code and skip all the comments.