gazlaws-dev / codeboard

Codeboard App
Other
554 stars 114 forks source link

word prediction (next code prediction or autocomplete) based on programming language #11

Closed fireclouu closed 4 years ago

fireclouu commented 7 years ago

supports for next word prediction (i.e. typing "incl" will suggest "include", or "android:te" will completes to "android:text:")

theintel commented 7 years ago

That should probably make the keyboard app huge. I think we should expect this feature from another standalone app.

ChiefMikeK commented 6 years ago

Re:

termux + pkg install vim please; "Keep it simple" no to app enhancements that = bloating !

chagai95 commented 4 years ago

maybe we can work on this on a different branch? and just push to that branch, perhaps release a different app, if it really bloats the app? I would love to work on such a feature. I would start with java prediction because that is easier for me, later on, we could add other languages and I actually think word prediction should come at the end, because that would require more work, with downloading libraries and so on...

gazlaws-dev commented 4 years ago

This would be better done in an editor rather than the keyboard. This is not likely to make it into the main repo, so feel free to make a fork!