Exclude target folder from search results in Eclipse

后端 未结 3 1478
再見小時候
再見小時候 2020-12-13 06:00

I was wondering if it\'s possible to exclude target folder from eclipse quick search :

Ctrl+Shift+R

3条回答
  •  时光取名叫无心
    2020-12-13 06:28

    1. Mark the "target" folders as "derived" resource from the properties screen of those folders (this option is next to read only and archive property).

    2. In the quick search (Ctrl+Shift+R) screen press the arrow in the top right corner and untick "Show derived resources".

    Then those target-files will not be considered in the quick search anymore.

提交回复
热议问题