I tried Github copilot in a side project I'm working on (Flutter + Elixir backend).
Code completion is very much context aware and shockingly good!
Most of the time, suggested completion is exactly what I was going to write.
My app has a messaging screen and this code is to add different text style based on whether the message is incoming or outgoing.
Copilot knows this and suggest code based on my Message class's direction parameter!
Code completion is very much context aware and shockingly good!
Most of the time, suggested completion is exactly what I was going to write.
My app has a messaging screen and this code is to add different text style based on whether the message is incoming or outgoing.
Copilot knows this and suggest code based on my Message class's direction parameter!

,