Issue
This is a really minor issue but I thought I'd stop ignoring it and see if there is an easy resolution. In Eclipse Oxygen.2 I have a Java app with a number of sub projects which I tend to look at in JavaEE view (presumably irrelevant to the search results). When I do a file search (*.java) I get each file twice. One under parent_project\project and once under project. This is a little irritating and made more so because the intellisense and code 'go to' facilities don't work in the files displayed under parent_project\project.
I just wondered if I was missing a really obvious way to stop this happening ?
Solution
I don't know since when this feature is implemented in Eclipse, but on 2020-09 version you can use "Filter duplicated resources" on the Ctrl+R search options :
Answered By - jaramend