Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
Qt Creator 3.5.1
-
None
Description
class Foo {}; typedef Foo FooTypedefed; using FooUsing = Foo; void f() { Foo// COMPLETE HERE }
Icon is shown for "Foo", but not for the names that are introduced with typedef/using.
Attachments
Issue Links
- replaces
-
QTCREATORBUG-14835 Clang: No completion item icon for typedef in class
- Closed