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

Ability to customize results via external program/service. #91

Open jordwalke opened 9 years ago

jordwalke commented 9 years ago

Is there a hook that allows providing custom completion results in an external program? For example, I might want to have typed JavaScript inferred by an external program and provide those completion results to files with the extension ".js".