<p>I'm sure we discussed it but I can't find it back quickly apparently; but there's something odd I believe should work: currently nothing is suggested for namespaces.<br>
E.g., imagine this C++ file:</p>

<div class="highlight highlight-source-c++"><pre><span class="pl-k">namespace</span> <span class="pl-en">Ns</span> {
    <span class="pl-k">class</span> <span class="pl-en">Cls</span> {
        <span class="pl-k">public:</span>
            <span class="pl-k">static</span> <span class="pl-k">int</span> <span class="pl-en">f</span>() { <span class="pl-k">return</span> <span class="pl-c1">42</span>; }
    };
};

<span class="pl-k">int</span> <span class="pl-en">main</span>(<span class="pl-k">void</span>)
{
    <span class="pl-k">return</span> <span class="pl-c1">Ns::Cls::f</span>();
}</pre></div>

<p>Nothing pops after <code>Ns::</code>, but it works for <code>Cls::</code>.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br>Reply to this email directly or <a href="https://github.com/geany/geany/pull/862#issuecomment-170667262">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ33Qf7DAaOki86wNk0Ln277zSuMnks5pY_02gaJpZM4HB6zU.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/geany/geany/pull/862#issuecomment-170667262"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>