FuzzyAutocompletePlugin v2.0 Release Notes

Release Date: 2014-04-16 // about 10 years ago
  • A major update introducing many fixes and improvements, including:

    • Visual feedback in Completion List and Inline Preview
    • Settings Window, settings now don't require Xcode restart
    • Option to sort items by match score
    • Option to hide items based on threshold
    • Option to hide Inline Preview, which now works correctly
    • Option to show a List Header with query and number of matches
    • Option to show item scores in the List
    • ๐Ÿ‘Œ Improved score formula, added option to tweak parameters
    • Previously hidden items can now re-appear if their score rises
    • Tab now inserts an useful prefix based on whole fuzzy match
    • The results should no longer depend on the speed of typing
    • โœ… Got rid of order dependent "shortest match" selection mechanism
    • ๐ŸŽ Performance++
    • UX++
    • ...