Remix.run Logo
drrob 3 hours ago

I've only recently begun using copilot auto-complete in Visual Studio using Claude (doing C# development/maintenance of three SaaS products). I've been a coder since 1999.

The suggestions are correct about 40% of the time, so I'm actually surprised when they're right, rather than becoming reliant on them. It saves me maybe 10 minutes a day.

scuff3d 3 hours ago | parent [-]

The only part AI auto complete I found I really like is when I have a function call that takes like a dozen arguments, and the auto complete can just shove it all together for me. Such a nice little improvement.

drrob an hour ago | parent | next [-]

My least favourite part of the auto complete is how wordy the comments it wants to create are. I never use the comments it suggests.

stephenr 3 hours ago | parent | prev [-]

Do you mean suggesting arguments to provide based on name/type context?