FuzzyAutocompletePlugin v2.1.0-5 Release Notes
Release Date: 2015-02-16 // over 8 years ago-
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