FuzzyAutocompletePlugin v2.1.1 Release Notes

Release Date: 2015-09-13 // over 8 years ago
  • A minor update with improvements and bugfixes, including:

    • ๐Ÿ‘Œ Support for Xcode 7
    • 0๏ธโƒฃ Nicer list header, now on by default
    • ๐Ÿ‘Œ Improved Swift support
    • ๐Ÿ›  Misc bugfixes

Previous changes from v2.1.0

  • ๐Ÿ›  An update with new features, improvements and bugfixes, including:

    • ๐Ÿ‘Œ Support for Xcode 6 and Swift
    • Correct Word Order by two-pass matching, useful when:
      you don't remember the order (eg rangemake)
      want to narrow down without backspacing (eg nsexceptioninvalid)
    • Correct Letter Case by replacing with exact match if there is only one
    • Option to hide cursor when inline preview shows a non-prefix match
    • Keep the selection when narrowing the search (unless it was the best match)
    • ๐Ÿ‘ Better inline previews, including token text, just without tokens
    • ๐Ÿ‘Œ Improved range convertions and highlighting
    • ๐Ÿ›  Fixed useful prefix underlining when it spans multiple segments
    • ๐Ÿ›  Fixed completion list positioning