Details
-
Bug
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
Qt Creator 17.0.0
-
None
Description
struct Foo { int f1; int f2; int f3; }; struct Bar { Foo b1; int b2; int b3; int b4; int b5; }; Bar b = {{1, 2, 3}, /* cursor here */ 4, 5, 6};
Press Ctrl-Space where the cursor is positioned. The highlighted entry should be b2, but it's b4.
Attachments
Issue Links
- relates to
-
QTCREATORBUG-26346 Active parameter in function hint marked only for first signature
-
- Closed
-