Details
-
Bug
-
Resolution: Invalid
-
P3: Somewhat important
-
None
-
Qt Creator 3.5.0
Description
int myprecedingGlobal; int f() { my // COMPLETE HERE int mysucceedingGlobal;
Completion for mysucceedingGlobal is not offered.
Similar for incomplete member functions:
int myprecedingGlobal; struct C { int myprecedingMember; int f() { my // COMPLETE HERE int mysucceedingMember; }; int mysucceedingGlobal;
All my* completions are offered (notably mysucceedingGlobal) , except for mysucceedingMember.
Both cases work fine with the built-in codemodel