Is there an option to find matching string once per file?

Answered

If I want to do a ctrl+shift+F and look for a particular string in my whole project, but I'm having too many results returned from a single file and just want to find all the files themselves which have a match in them of the string. Is there a way to do this? Maybe one in which only the first matching string inside that file is presented in the results?

1
1 comment

You can collapse the results and show only files:

1

Please sign in to leave a comment.