I do not know about Xcode, but Visual Studio code completion depends on the header files being added to the project files. Are the headers in question included in the project file?<div><br></div><div>Do you have an example non-CMake generated Xcode project that demonstrates code completion working with boost headers?</div>
<div><br><br><div class="gmail_quote">On Tue, Mar 24, 2009 at 10:20 AM, Doug Henry <span dir="ltr"><<a href="mailto:doug.henry%2Bcmake@brilligent.com">doug.henry+cmake@brilligent.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Quick question about the cmake xcode project generator. I can run cmake and build my project just fine using cmake under Leopard from the terminal and from xcode, so there is no build problem. I was wondering if anyone has code completion working for their project? To be more specific, when using a cmake generated project for xcode, xcode does not seem to know about the libraries it is using. For example, I have boost installed in a development folder. Cmake finds boost and knows how to include/link to it, but xcode does not allow for any code completion. Maybe cmake can't tell xcode about additional include paths?<br>
<br>-thanks<br>
<br>_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the CMake FAQ at: <a href="http://www.cmake.org/Wiki/CMake_FAQ" target="_blank">http://www.cmake.org/Wiki/CMake_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.cmake.org/mailman/listinfo/cmake" target="_blank">http://www.cmake.org/mailman/listinfo/cmake</a><br></blockquote></div><br></div>