Get all distinct files in search all
Answered
Hello,
I love the find in path tool (shift + control + f), but i don't know if i can (or if it's possible) to get all distinct files. I'm trying to find all files that have a "<script src" string in them, because i'm refactoring a quite large project. I need a listing of all those files, however if i use the tool i get all occurrences in all files. Is it possible to search just for distinct files? So i have a list of files that have "<script src" tag inside of them?
Best regards,
Dariusz Napłoszek
Please sign in to leave a comment.
You can get the list of files in the results tool window: https://www.jetbrains.com/help/idea/2017.1/find-tool-window.html.
Thank you, that helped :)