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

No code completion for "QVERIFY"

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: P2: Important P2: Important
    • Qt Creator 6.0.2
    • Qt Creator 4.11.0-beta1, Qt Creator 4.12.0-rc1
    • C/C++/Obj-C++ Support
    • Ubuntu 19.04

      1. Create a new Autotest project using the wizard.
      2. Inside the project’s function test_case1, type "QVERI".
      3. Try getting code completion.
        You won’t get proposals.
      4. Complete the line yourself:
        QVERIFY(true);
        

        This will compile and run without problems.

      Code completion should know about the likes of QCOMPARE and QVERIFY.

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

            kandeler Christian Kandeler
            rlohning Robert Löhning
            Votes:
            3 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes