Alejandro Silvestri
Alejandro Silvestri

Reputation: 3774

Get a list of files including this header

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

Answers (1)

HighCommander4
HighCommander4

Reputation: 52739

Try Window -> Show View -> Include Browser.

Upvotes: 1

Related Questions