Hacker News new | past | comments | ask | show | jobs | submit login

Could you say a bit more about how you use CoPilot? What are the "other tools" you use?



I installed the VSCode and PyCharm CoPilot plugins, and signed in with my GitHub account (you first need to request CoPilot access and wait until you get it).

As you type in comments or code, CoPilot will sometime autocomplete up to about 10 lines of code, based on the content of the file you are editing (maybe just the code close to the edit point?).

My other tools? I use LispWorks Professional, Emacs with Haskell support, and sometimes IntelliJ. I work a lot on remote servers so I depend on SSH/Mosh and tmux also.


Do you usually find the autocomplete from CoPilot useful enough to keep without editing, or is it wrong often enough to be annoying?


In my opinion it's wrong most of the time but it's so harmless that it's absolutely worth it for the times it's right.

Kind of like regular autocomplete. If it's wrong you just keep typing.


If it is wrong, I hit the escape key and the suggested code disappears.


For me both are true. The suggestions are usually annoying and wrong, however sometimes copilot makes an observation that is non-obvious, i.e it suggests code that makes me realize that I was about to write a subtle bug. I keep it on as a sanity check.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: