forked from qt-creator/qt-creator
Show the predefined macros in the completion box.
This commit is contained in:
@@ -1105,6 +1105,7 @@ void CppCodeCompletion::globalCompletion(Scope *currentScope)
|
||||
completeNamespace(b);
|
||||
|
||||
addKeywords();
|
||||
addMacros(QLatin1String("<configuration>"), context.snapshot());
|
||||
addMacros(context.thisDocument()->fileName(), context.snapshot());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user