Reputation: 9627
Being a .Net developer I've vastly worked with Visual Studio and Jetbrains Resharper. When using Resharper and VS, autocomplete suggestions appear when suggestions contains word being typed rather that start with. I've seen similar behavior in Jetbrains AppCode.
but Xcode, with default settings, just shows suggestion when the suggestions start with the word being typed!
Just wondering if we can somehow modify this behavior to suggest words containing rather than starts with.
I've looked at Xcode >> Preferences >> Text Editing
, but couldn't find anything.
P.S. Why I'm not using AppCode if I need this feature? My 30 days trial evaluation is up!
Upvotes: 5
Views: 580
Reputation: 889
As this question come in first place in search engine, i give a solution for people want this feature:
https://github.com/FuzzyAutocomplete/FuzzyAutocompletePlugin
Upvotes: 1
Reputation: 1806
just go to Xcode organizer and delete Derived data.
Clean Trash.
Restart Xcode.
It will working fine.
Upvotes: 0