Feature Request: AI that Compiles and Iterates Until Code is Correct #143411
Replies: 3 comments 2 replies
-
|
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
-
|
That's a lot to ask from github copilot, but I'll be glad to have it in my arsenal. |
Beta Was this translation helpful? Give feedback.
-
I don't think so. I already do the requested task manually, feeding the compiler result back to copilot which then often does a reasonable job of fixing the problem. Just take me out of the loop. A sandbox in a container on the copilot side is also not hard to implement, you can find sandboxes for development all over the web, in github deployment automation, etc. Copilot running a local-to-the-user environment not too hard either, the commands are already in visual studio and other IDEs. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Product Feedback
Body
Feature Request: AI that Compiles and Iterates Until Code is Correct
Description:
I would like to request a feature for GitHub Copilot where the AI not only generates code but also runs a compiler and iterates on the code until it compiles correctly. This would save developers a significant amount of time and effort, as they currently have to manually debug and fix code that does not compile.
Use Case:
As a developer, I often receive code suggestions from GitHub Copilot that do not compile. This requires me to spend additional time debugging and fixing the code. An AI that can automatically compile and iterate on the code until it is correct would streamline my workflow and improve productivity.
Benefits:
Additional Context:
I have encountered numerous instances where the code suggested by GitHub Copilot does not compile, leading to wasted time and effort. Implementing this feature would greatly enhance the value of GitHub Copilot for developers.
Bonus points: writes and runs unit tests as well so application logic is also correct
Beta Was this translation helpful? Give feedback.
All reactions