Details
-
Bug
-
Resolution: Incomplete
-
P3: Somewhat important
-
None
-
Qt Creator 16.0.1
-
None
Description
Given this:
typedef struct name name;
and later this:
typedef struct name {
...
} name;
"Follow Symbol Under Cursor" unfortunately jumps to the forward typedef, but developers want to jump to the full typedef to see the structure.
It's reproducible without Clang Code Model (that's too slow to use with big projects).