Below you will find pages that utilize the taxonomy term “Github Copilot”
Posts
Copilot First Reaction
I’ve decided to try out GitHubs Copilot to see how far I can push it. Even after a couple minutes I have to say I was very impressed with how easily it started predicting useful code completion.
After creating the counter Flutter app, removing most of the generated code I began to type the name of the HomePage class I was planning to open from the MaterialApp object and Copilot suggested an initial StatelessWidget with the Scaffold predefined…very nice!