简体   繁体   中英

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.

在此输入图像描述

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. PS Why I'm not using AppCode if I need this feature? My 30 days trial evaluation is up!

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

https://github.com/FuzzyAutocomplete/FuzzyAutocompletePlugin

just go to Xcode organizer and delete Derived data.

Clean Trash.

Restart Xcode.

It will working fine.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM