Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Qt Creator 4.7.1: Autocomplete (Intellisense) does not work.
Forum Updated to NodeBB v4.3 + New Features

Qt Creator 4.7.1: Autocomplete (Intellisense) does not work.

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
3 Posts 2 Posters 1.8k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • I Offline
    I Offline
    Ibrahim
    wrote on last edited by
    #1

    Hi; I'm using Qt Creator 4.7.1 on Linux. Autocomplete (intellisense) does not work for C++ but ok for QML. It is good working for C++ if I disable Help > About Plugins... > ClangCodeModel. How can I use autocomplete (intellisense) when I enable ClangCodeModel? Thanks.

    aha_1980A 1 Reply Last reply
    0
    • I Ibrahim

      Hi; I'm using Qt Creator 4.7.1 on Linux. Autocomplete (intellisense) does not work for C++ but ok for QML. It is good working for C++ if I disable Help > About Plugins... > ClangCodeModel. How can I use autocomplete (intellisense) when I enable ClangCodeModel? Thanks.

      aha_1980A Offline
      aha_1980A Offline
      aha_1980
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi @Ibrahim,

      • How did you install QtCreator?
      • Which kind of project are you using: QMake, QBS, CMake, Generic?
      • Does code completion work in a minimal project (e.g. File > New File or Project > Application > Qt Widgets Application ?

      There might be the one or other problem with Clang, but I can't imaging that it does not work at all.

      Regards

      PS: Creator 4.8 is around the corner, and you can already test the Release Candidate.

      Qt has to stay free or it will die.

      I 1 Reply Last reply
      1
      • aha_1980A aha_1980

        Hi @Ibrahim,

        • How did you install QtCreator?
        • Which kind of project are you using: QMake, QBS, CMake, Generic?
        • Does code completion work in a minimal project (e.g. File > New File or Project > Application > Qt Widgets Application ?

        There might be the one or other problem with Clang, but I can't imaging that it does not work at all.

        Regards

        PS: Creator 4.8 is around the corner, and you can already test the Release Candidate.

        I Offline
        I Offline
        Ibrahim
        wrote on last edited by
        #3

        @aha_1980 said in Qt Creator 4.7.1: Autocomplete (Intellisense) does not work.:

        • How did you install QtCreator?

        I have downloaded Qt 5.11.2 from here. I mean Qt Creator is installed automatically.

        • Which kind of project are you using: QMake, QBS, CMake, Generic?

        I used QMake but it is not working when I use Qbs.

        • Does code completion work in a minimal project (e.g. File > New File or Project > Application > Qt Widgets Application ?

        It is not working for all project types (Qt Widgets Application, Non-Qt project (plain c / c++ etc.).

        There might be the one or other problem with Clang, but I can't imaging that it does not work at all.

        I'm using Linux and g++7 compiler for C++ projects. Can the problem be about g++? Thanks.

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved