Does QtCreator 2.7.0 offers some kind of class browser that given some headers can help you to filter classes, members and so on ?
something like the html output from doxygen and its simple search engine.
I also found that suggestions for ctors are often incompletes or wrong, for example if a type offers more than 1 ctor only 1 is the suggested one.
For example I can build an std::string
containing 10 # like so std::string(10, '#')
but QtCreator doesn't say nothing about this.
There is something more complete as a class browser and ctor listing under Qtcreator ?