Help with intelisense while coding "#include "
-
I rely on "intelisense" to help me to add CORRECT #include header file.
It sort of works in "left to right / top to bottom " fashion .
If I need to add "header_.h" file I have to step thru all options BEFORE I have "header_.h "
option.#include "../ now intlesence gives all options after "/".
The "problem is " - until CORRECT , valid option is presented and selected I still have no way to see if it actually have an option to select desired header.
It would be nice to have an option ( in QtCreator) to determine required path BEFORE going thru the intelisense step.
Is there?
I know about "include hierarchy" , but do not see how it helps with the above.
-
@AnneRanch
Given there haven't been other replies within 8 days, I have the impression that I am not the only one who struggles to understand what this is all about.