FuzzyAutocomplete / FuzzyAutocompletePlugin

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

Just a hint #111

Closed charlieMonroe closed 8 years ago

charlieMonroe commented 8 years ago

Hi,

it's a great plugin, just wanted to let you know that there already is something like this implemented in Xcode itself. It's in the Debug menu, which needs to be enabled via a 3rd party application or command line (it's a defaults option). See attached image. Perhaps you could use that somehow.

screen shot 2015-12-09 at 6 37 05 pm

ngothanhtai commented 8 years ago

Hi @charlieMonroe, Which 3rd party application you are using to show this Menu.

charlieMonroe commented 8 years ago

Can't find the app anymore, but looking into the preferences file, this command will do:

defaults write "com.apple.dt.Xcode" "ShowDVTDebugMenu" -bool true
slazyk commented 8 years ago

Thanks. Yes, I have been aware of this being available through different default keys at least since 7.0.