Page 1 of 1

Helpmecode: crowd-sourced programming AI

Posted: 18 Jun 2019, 18:44
by sinbad
So Microsoft recently announced IntelliCode ... some AI, allegedly, to help you code. Really it's just the normal autocomplete but sorted by popularity*
Well I thought I could probably write a better AI in a few lines of ahk and python, and here it is...real code block suggestions in your editor. Crowd-sourced from stack-exchange via howdoi.py and sockets.ahk.

Image
https://github.com/irthomasthomas/helpmecode
You need python3.x running somewhere**. I've tested with 3.6 and 3.7, both running on linux.
I've limited it to work only in Visual Studio Code and Notepad++ for now as they are the only two I had quickly to hand. You can easily remove that restriction.

Good luck
sin/bad

*of windows 10 users with keyloggers enabled, presumably.
** Microsoft's IntelliCode "AI" also requires python so...

Re: A live coding AI to assist your programming

Posted: 19 Jun 2019, 04:29
by godofOOF
Could This Work For AHKCode?

Re: A live coding AI to assist your programming

Posted: 19 Jun 2019, 04:52
by sinbad
godofOOF wrote:
19 Jun 2019, 04:29
Could This Work For AHKCode?
Yes certainly. I just need to know it's wintitle.