-
Task
-
Resolution: Done
-
P3: Somewhat important
-
None
-
None
If I add to the .pro file something like
DEFINES += FOOBAR
And then, editing source file, type
#ifdef FOOBA<invoke completion>
nothing will happen. Whereas if I place #define FOOBAR upper in the source file, Creator will successfuly complete this.
I think, define completion should work for defines specified in .pro file as well.