FuzzyAutocomplete / FuzzyAutocompletePlugin

A Xcode 5+ plugin that adds more flexible autocompletion rather than just prefix-matching.
MIT License
3.24k stars 353 forks source link

xocde6-bate not have Code auto completion #44

Closed yushuyi closed 10 years ago

yushuyi commented 10 years ago

Can you help me to analyse the reason?

image

slazyk commented 10 years ago

There's already a xcode6 branch (wip) with enabled support for Xcode 6 beta, and some tweaks for Swift as well.

yushuyi commented 10 years ago

@slazyk i change the ues. i install xocde6 bate Has a problem

slazyk commented 10 years ago

I would say that lack of completions in Swift is actually Xcode's issue. If you haven't built the plugin from xcode6 branch, the plugin is not even loaded. And if you have version from xcode6 branch you can check if the issue is on Xcode's side by disabling/uninstalling the plugin. For me such issues are there with plugin or not.

In practice, the completions seem to work much better in Playgrounds than they do in regular swift files...

slazyk commented 10 years ago

Another issue is that Xcode often cannot autocomplete while it is indexing. If it is indexing you might have to wait until it finishes.

slazyk commented 10 years ago

The version from master now supports the beta.

@441088327 are your issues gone? did you check wether they go away if you disable the plugin?