Page 2 of 2

Re: Codeium AI & The Future of Programming

Posted: Thu Apr 18, 2024 6:32 am
by tperry2x
OpenXTalkPaul wrote: Thu Apr 18, 2024 12:47 am The message box does completion based on previous input in its cache (which is stored as Array in the revPreferences), the auto complete code in the single-line message box behavior script.
Unfortunately though, this is just a simple line match to suggest what's in the cache against what a user has typed.
What I kind of want is a 'decision tree' if you like (like a then diagram), to suggest options as to what could come next. (Irrespective as to what fully complete previously issued command might have been typed in the cache).

Plus most 'predictive' stuff is highly annoying at best. It needs to work in an intuitive way. (case in point, I've had to go edit this post twice already due to the phone second-guessing me all the time). I'll perhaps do a mockup picture to show what I had in mind...