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. QtCreator code completion of template methods fails
Forum Updated to NodeBB v4.3 + New Features

QtCreator code completion of template methods fails

Scheduled Pinned Locked Moved Qt Creator and other tools
1 Posts 1 Posters 936 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.
  • H Offline
    H Offline
    halfgaar
    wrote on last edited by
    #1

    Hi,

    Apparently, Qt Creator doesn't do auto completion for template methods obtained from header files. It doesn't even give any hint that it's a template function. When try to auto complete a template method, it says nothing about the function signature; no pop-up appears.

    "This release":http://www.softpedia.com/progChangelog/Qt-Creator-Changelog-167814.html history shows:

    • 2.8.0 beta: Fixed highlighting for template parameters for function calls
    • 2.7.0: Added code completion for instantiation of templates with default argument
    • 2.7.0: Fixed code completion for classes in class templates

    It does work for template functions in the same .cpp file that I'm calling it in. Is that a Qt Creator limitation, or can I do something about it?

    I have version 2.8.1.

    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