Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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!

like image 614
Amir Rezvani Avatar asked Nov 13 '22 03:11

Amir Rezvani


1 Answers

As this question come in first place in search engine, i give a solution for people want this feature:

https://github.com/FuzzyAutocomplete/FuzzyAutocompletePlugin

like image 117
skrew Avatar answered Nov 15 '22 06:11

skrew