Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-6783

Auto-completion of pointer typedefs fails

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: P3: Somewhat important P3: Somewhat important
    • None
    • Qt Creator 2.4.0
    • C/C++/Obj-C++ Support
    • None

      I reported this issue before as a comment on QTCREATORBUG-2949, but apparently this is a different issue, so I created a new issue.

      QtCreator fails to complete code for pointer typedef variables. The following code snippet illustrates the problem:

      struct Foo { int bar; };
      typedef struct Foo *pFoo;
      
      void main()
      {
          pFoo f;
          f-> // completion fails
      }
      

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            orgads Orgad Shaneh
            chrschn Christian Schneider
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes