|
|
|
|
|
by Argorak
5088 days ago
|
|
Having a text editor does not mean that completion does not work. ctags etc. provide such features. It might not be as good as completion using a static type checker and might have false positives, but "uninformed" completion goes a long way. Also, some of the higher level api look much more Ruby-like:
https://github.com/rubymotion/BubbleWrap |
|