To allow filtering on any of the words in the editors.
In particular, the following completions were changed:
- 'using namespace <#name#>' Typed text before: 'using', after: 'using namespace'.
- 'else if (#<condition#>)' Before: 'else', after: 'else if'.
- 'using typename <#qualifier#>::<#name#>' Before: 'using', after: 'using typename'.