On 11-1-2014 3:07, Yang Fan wrote: > Hi, > > I have built the ClangCodeModel plugin successfully with Qt5.2 on Mac OS > X 10.9 and on Debian Wheezy, but after I enabled the plugin and selected > the Code Model in Preference dialog, the code completion feature doesn't > work. When I typed a dot follows an object name, no candidate list > appears. Any suggestion?
Can you run with the environment variable QTC_CLANG_VERBOSE set (value doesn't matter), and check stdout? That should show the libclang invocations plus any errors while parsing. -- Erik. _______________________________________________ Qt-creator mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/qt-creator
