<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Code completion with iterators don&#x27;t work]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">my code completion don't work for iterators, f.e. iterator of std::vector. If i type in manually the code the project compiles fine. So compiler knows the iterators but the code completion doesn't.</p>
<p dir="auto">example:<br />
@<br />
std::vector&lt;tcpStruct&gt;::const_iterator it;<br />
it-&gt; //code completion show nothing<br />
it. //code completion show nothing<br />
it-&gt;ip; //manually completed, compiling ok<br />
@</p>
<p dir="auto">I am using Qt Creator 3.2.1 as IDE for my QNX 650 project (QNX compiler &amp; debugger, no Qt Kit) on a Ubuntu 12.04 System.<br />
I setup my environment based on this Qt article: "link":<a href="http://qt-project.org/wiki/Setting-up-Qt-Creator-for-QNX" target="_blank" rel="noopener noreferrer nofollow ugc">http://qt-project.org/wiki/Setting-up-Qt-Creator-for-QNX</a><br />
Compiling the project works fine. Also highlighting works fine, highlighter knows the "const_iterator".</p>
<p dir="auto">I would be very happy if anyone can help me.<br />
I assume there is only a path / any project configuration missing, but i don't find it yet.<br />
Does anyone have an idea?</p>
]]></description><link>https://forum.qt.io/topic/49028/code-completion-with-iterators-don-t-work</link><generator>RSS for Node</generator><lastBuildDate>Mon, 08 Jun 2026 13:37:11 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/49028.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 09 Dec 2014 16:07:48 GMT</pubDate><ttl>60</ttl></channel></rss>