FuzzyAutocompletePlugin v2.1.1 Release Notes
Release Date: 2015-09-13 // over 9 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