You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,11 @@
1
1
#  Fuzzy Autocomplete for Xcode
2
2
3
+
## Xcode 7 support
4
+
5
+
Most things seem to work. To try out the plugin in Xcode 7, clone the `xcode7` branch and build the plugin. And please do file any encountered issues on github.
6
+
7
+
Install via Alcatraz and/or binary release coming soon.
8
+
3
9
## `FuzzyAutocomplete 2.1`
4
10
5
11
This is a Xcode 5+ plugin that patches the autocomplete filter to work the same way the **Open Quickly** works. It performs very well, and the fuzzy matching actually uses Xcode's own `IDEOpenQuicklyPattern`.
0 commit comments