Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. QtCreator: Annoying Clang code model auto-completion
Qt 6.11 is out! See what's new in the release blog

QtCreator: Annoying Clang code model auto-completion

Scheduled Pinned Locked Moved Unsolved General and Desktop
1 Posts 1 Posters 231 Views 2 Watching
  • 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.
  • S Offline
    S Offline
    stvokr
    wrote on last edited by stvokr
    #1

    Hi all,

    I think the new Clang code model is really helpful, but with Qt Creator 4.8.x the auto-completion is really annoying.

    • It's sorted in a weird way: While in the old code model the auto-completion is sorted alphabetically, it seems that the functions are sorted according to their name length. Really? Who cares about the name length?
    • In addition, it seems that, sometimes, the functions are grouped according to classes and inherited classes. So if the function with the longest name appears, which is actually the last function of the class, the next function in the auto-complete box is very short and belongs to an inherited class. This is repeated a few times.
    • Overall, no sorting system is discernible.

    This is very confusing. Is there any way to set that without disabling the clang code model?

    regards
    Oliver

    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