Hello,
I am trying to search a lot of JAVA files for specific string but search only returns starting strings or strings separated with space. This is not very useful for developers and you might consider providing an option for full search. Let me give you an example.
lets assume a lot of java files contain the line:
HttpURLConnection.setFollowRedirects(false);
If I try to search for ‘setFollowRedirects’ the search returns nothing!
If I try for ‘HttpURLConnection’ it returns results as expected.
Regards,
Greg