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

auto-completion fails in the structure defined in the function.

XMLWordPrintable

      The sample code is very simple.

      class Abcde {};
      
      void func(){
      	struct C{
      		typedef Abc|  
                      //--> (Hear press ctrl + space, but no suggestion appears. Abcde should appear )  
      	};
      }
      

      However, it became highlighted, if I manually type Abcde. So the parser can understand it.

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

            erikv Erik Verbruggen
            sungmin817 Sungmin Hwang
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes