Hi!

On Sun, 11. May 23:39, Freddy Martinez Garcia wrote:
> std::list<string> myList;
> myList.push_back("testing code completion for c++11");
> 
> for (const auto& myStr : myList)
>       myStr. -> and here I don't get the code completion
> 
> how can I have code completion compatible with c++11 in my qtcreator ??
> 
> I've Mac OS X 10.9.2 and I don't if the new qtcreator plugin ClangCodeModel 
> can solve my problem...

Works for me with the clang plugin. To enable the clang plugin, follow
the instructions on

http://qt-project.org/doc/qtcreator-3.1/creator-clang-codemodel.html#configuring-clang-code-model-plugin

Nikolai

_______________________________________________
Qt-creator mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/qt-creator

Reply via email to