News Microsoft just made Github Copilot free — here’s why it's a big deal

Making an entire application from one prompt sounds great!

I don't know why you'd pay for GitHub Copilot though. Copilot (free) already understands code I show it, and offers suggestions for improvements.

And Visual Studio itself is always giving me auto complete suggestions. My favorite lately was a method name suggestion, I called something MethodBegininning(), intentionally misspelling it. So Visual Studio suggested I named my next method MethodEndinning(). 😃