<p><a href="https://github.com/elextr" class="user-mention">@elextr</a> Good. I'm not aware of any regressions compared to the previous behaviour and definitely don't want to introduce any so if you run into something that worked before and doesn't now, just let me know.</p>

<p><a href="https://github.com/codebrainz" class="user-mention">@codebrainz</a> </p>

<blockquote>
<p>Personally I don't use auto-completion to speed up typing, I use it for<br>
 exploring symbols I can validly use at that point in the code and to get<br>
 them spelt correctly</p>
</blockquote>

<p>Yeah, exactly how I use the normal autocompletion too :-). The scope completion should show better results, but unfortunately it will be triggered quite rarely.</p>

<blockquote>
<p>and the current case-sensitive, prefix-matched,<br>
 kitchen sink auto-completions causes me to use IDE with "smart"<br>
 auto-completions when I'm writing C++ (ex. QtCreator, VisualStudio).</p>
</blockquote>

<p>I think it would be possible to sort the tags in a case-insensitive way and make the completion case-insensitive. Shouldn't be that hard. On the other hand because we are searching in all tags, not doing the prefix search might get too slow.</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-170896024">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ6l8L6cNpKFnu9Z5mUtePRH4NCUGks5pZOiHgaJpZM4HB6zU.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-170896024"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>