Rollo62 536 Posted July 29, 2021 Hi there, I have just stumbled about the post here, about Github CoPilot. When I checked and played around with some AI, like GPT-x, I can imagine the advantages this integrated KI might give to the programming workflow. This gives me a strong push to check out the FNC for VsCode, since I use VsCode anyway for some web projects. I'm wonderding if the CoPilot technology is limited to VsCode only, or if there are possibilities to integrate that into Delphi too ? Github says "not yet", but I think that will be provided as simple REST API as well. So maybe Embarcadero is already checking this out, this would be very cool to have new LSP + new KI one day 🙂 Share this post Link to post
Perpeto 5 Posted July 29, 2021 (edited) If we have a working LSP, we can talk about "LSP + new KI".. besides that I do not think there are enough delphi projects on github to "feed" copilot.. compared to more popular languages like js, c# etc Edited July 29, 2021 by Perpeto 1 1 Share this post Link to post
DPStano 15 Posted July 29, 2021 I would not expect much from a neural network trained on that few pascal repos hosted on github 😄 Share this post Link to post
Rollo62 536 Posted July 29, 2021 1 hour ago, Perpeto said: Ibesides that I do not think there are enough delphi projects on github to "feed" copilot.. compared to more popular languages like js, c# etc It seems to be good enough for TMS VsCode, and this IS Pascal language too. The results and proposals of the AI looks very much OK, like the email verification and RegEx. Focussing on the "Pascal" question, you better do not underestimate the current AI's. I think they are quite able, to convert e.g. Javascript, C++, etc. to valid Delphi. They show a high grade of creativity, and I would say they even might pass a turing test. Share this post Link to post
Joseph MItzen 251 Posted August 13, 2021 On 7/29/2021 at 8:46 AM, DPStano said: I would not expect much from a neural network trained on that few pascal repos hosted on github 😄 What if it was trained solely from the contents of @Arnaud Bouchez 's hard drive? 1 Share this post Link to post
Edwin Yip 154 Posted May 19, 2022 It seems that the copilot rest API has been available... 1 Share this post Link to post
Rollo62 536 Posted February 18, 2023 https://www.reddit.com/r/delphi/comments/wnhk9x/psa_github_copilot_works_with_delphi/ Share this post Link to post