|
|
|
|
|
by blue0bird
1463 days ago
|
|
I've been using Copilot for almost 10 months, useful when learning new code but after a while become a bit more advanced auto complete. I think it is good for short lines, repeating tasks; for example when writing tests and want to assert different fields, assert string, int, etc; for these sort of lines was really good and fast. my main problems:
1. sometimes make a horrible mistake, takes couple of minutes to understand
2. repeat the same mistake over and over
3. adding a single tab take a bit of time, had to copy & paste tab to avoid copilot suggestion! |
|