replete-repl / replete-ios

ClojureScript REPL iOS app
Eclipse Public License 1.0
395 stars 25 forks source link

autocomplete? #64

Open swannodette opened 9 years ago

swannodette commented 9 years ago

Seems like UIKit would have a facility to supply the autocomplete dictionary to the keyboard?

mfikes commented 8 years ago

This is an interesting approach: https://github.com/alexruperez/ARAutocompleteTextView/blob/master/README.md

(It works with Swift and is under the MIT license.)

With Planck, the logic needed to dynamically produce suitable auto-completions has been developed.