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

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

    XMLWordPrintable

Details

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: