Find in Files always search "External Libraries"
Hi,
I have defined a custom library and included it in my project as "External Libraries" (see findInFiles1.png)
Next I went to "find in files" and defined a custom scope for the search that include only files from my project (see findInFiles2.png),
when I run the search I still get results from the "External Libraries" I defined (see findInFiles3.png)
Am I doing something wrong?
Attachment(s):
findInFiles3.png
findInFiles2.png
findInFiles1.png
请先登录再写评论。
Looks related to
To get rid of the issue, I'd suggest using 'include' filters in scope instead of 'exclude' filters - try explicitly including everything you need, recursively.https://youtrack.jetbrains.com/issue/IDEA-139723, please follow this ticket for updates.