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