- 
    Bug 
- 
    Resolution: Done
- 
    P2: Important 
- 
    None
- 
    Qt Creator 2.5.1, Qt Creator 2.5.2, Qt Creator 2.6.0, Qt Creator 2.6.1, Qt Creator 2.6.2, Qt Creator 2.7.0-beta, Qt Creator 2.7.0-rc, Qt Creator 2.7.0, Qt Creator 2.7.1, Qt Creator 2.8.0-beta
- 
    None
#include <iostream> #include <ios> int main(){ std::cout.setf // <-- don't have any auto completion here for setf function // *std::cout.setf( std::ios::hex, std::ios::basefield )*; return 0; }
also I have noticed that Creator will not complete the code from <ios> header e.g.