Find in files
I don't see a way to find in files. I see the find to search for a string, but I want to find all the files in a part of the code tree that has an occurrence of a string.
In searching the list, it seems this feature existed when find was implemented via a dialog (a while ago?)
Thanks,
Mike
请先登录再写评论。
Does the Find in Path action (Ctrl+Shift+F or Edit > Find > Find in Path) not do what you want? You can also right click on a file node in the project tree or navigation bar (Alt+Home) and then open the context menu (i.e. right-click) and select Find in Path to pre-populate the "Directory" field. Ctrl+Shift+R is the corresponding Replace in Path action.
In fact it does - I just didn't find it.
Thanks!