This is an archive of the discontinued LLVM Phabricator instance.

[CodeComplete] Include more text into typed chunks of pattern completions
ClosedPublic

Authored by ilya-biryukov on May 29 2019, 11:27 AM.

Details

Summary

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'.

Diff Detail

Repository
rL LLVM

Event Timeline

ilya-biryukov created this revision.May 29 2019, 11:27 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 29 2019, 11:27 AM
sammccall accepted this revision.Jun 4 2019, 1:44 AM
This revision is now accepted and ready to land.Jun 4 2019, 1:44 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptJun 4 2019, 2:23 AM