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. Code-completion for c++0x classes in Qt Creator
Forum Updated to NodeBB v4.3 + New Features

Code-completion for c++0x classes in Qt Creator

Scheduled Pinned Locked Moved Qt Creator and other tools
2 Posts 2 Posters 2.5k Views 1 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
    soroush
    wrote on last edited by
    #1

    Hello

    Living without code-completion is pretty hard for me. I want Qt Creator to auto-complete codes of the new C++, specially std::thread class... what should I do?

    Generally I would like to add new code-completion indexes (say a third-party library) to Qt Creator (if possible, without re-compiling).

    I'm using Qt 4.7.4 with Qt Creator 2.4.0 on Ubuntu 11.10

    1 Reply Last reply
    0
    • T Offline
      T Offline
      tobias.hunger
      wrote on last edited by
      #2

      Qt Creator does not use code completion indexes. It parses the code and headers it includes and generates the data from there. So there is no way to manually add indexes.

      Unfortunately our parser does not yet full support for C++0x (some small features are already supported), so that is why it skips most symbols that use it. It also is bad with templates in case you have not yet noticed.

      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