All Versions
17
Latest Version
Avg Release Cycle
51 days
Latest Release
3145 days ago

Changelog History
Page 1

  • v2.1.1 Changes

    September 13, 2015

    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
  • v2.1.0 Changes

    February 16, 2015

    ๐Ÿ›  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
  • v2.1.0-5 Changes

    February 16, 2015

    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
  • v2.1.0-4

    March 10, 2015
  • v2.1.0-3

    March 01, 2015
  • v2.1.0-2

    January 08, 2015
  • v2.0.1 Changes

    April 24, 2014

    A minor update with small bugfixes and improvements, including:

    • Replaced letter- and prefix- caches with simple cached results stack
      ๐Ÿ”Œ thus making backspacing much faster (Issue #29)
    • ๐Ÿ”Œ Previous/Next completion shortcuts now work properly (Issue #36)
    • ๐Ÿ”Œ Completion List now automatically shows for one letter (Issue #37)
    • Hide Inline Preview more reliably when disabled in settings
    • ๐Ÿšš Moved FuzzyAutocomplete menu item into Editor menu
    • โž• Added option to disable plugin in settings
    • ๐Ÿ›  Fixed alphabetical sorting of results when using parallel scoring
    • Reliability++
    • ๐ŸŽ Performance++
  • v2.0 Changes

    April 16, 2014

    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++
    • ...
  • v1.7 Changes

    March 23, 2014
    • โž• Adds inserting useful prefix with Tab as an option.
  • v1.6 Changes

    March 22, 2014
    • โœ… No longer prioritises shortest match by default. Can be re-enabled with defaults write com.apple.dt.Xcode FuzzyAutocompletePrioritizeShortestMatch -bool yes and restarting Xcode.