Amir
Amir

Reputation: 9627

Xcode autocomplete to show suggestion when "Contains" rather than"Start with"

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.

enter image description here

but Xcode, with default settings, just shows suggestion when the suggestions start with the word being typed!

enter image description here

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

Answers (2)

skrew
skrew

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

Dipak Narigara
Dipak Narigara

Reputation: 1806

just go to Xcode organizer and delete Derived data.

Clean Trash.

Restart Xcode.

It will working fine.

Upvotes: 0

Related Questions