Reputation: 3774
I'd like to search my in c++ code those files including some particular header file.
Something like searching #include "aHeader.h"
but with a more intelligent search, not a text one.
I don't know if eclipse cdt has this command, and I can't get proper terms for a specific search, all results I got in Stackoverflow and Google were about including files in cdt.
Thank you
Upvotes: 1
Views: 27