yaro-works
Try Supermaven. Suggestions are much faster than any copilot, and it has the largest context of your project. A 1 million token context window. Also, you get access to GPT-4o, Claude 3.5 Sonnet, and GPT-4 out of the box
mstaoru
I tried Supermaven, and while it is certainly fast, it is more distracting to me since I have to read the suggestion, find it wrong, and type by myself (Python). Our FE guys who are doing React find it much more useful, probably because of the sheer amount of repetitive boilerplate React and JS require.
alwinaugustin
Most of these AI assistants are still works in progress. Sometimes, they provide correct suggestions; other times, they do not. This is understandable, as generative AI still requires significant improvement in understanding context and predicting the most appropriate design, architecture, and solutions. These tools can be more time-consuming than manually editing or refactoring the code. I use these tools when I find it difficult to understand certain logic, as they explain it well. However, we still have to wait to generate production-ready code.
nreece
Been hearing great things about Cursor, and its been impressive in my few days of use.

https://www.cursor.com

bubblebeard
I’ve looked at several alternatives over the past year and Copilot is the best I’ve seen so far overall when you factor in ease of use, price to performance etc.

There may be services which generates code better, but at the end of the day you still need to review and touch up anything that is generated.

Copilots chat integration in Jetbrain IDE’s has also been great at helping me discover language features/functions, especially when learning new languages.

th3w3bmast3r
I tried JetBrains AI and Github Copilot and ended up just removing them altogether.

The autocomplete when it works is wonderful but more often than not, I need to delete and type it again. Most of the time I know what I want to type and not using AI saved me the time it took me delete and try again.

I did like the chat window but it wasn't enough for me to keep it. Maybe you can't teach this old dog new tricks :(

jaymee
I'm using Codium VScode extension. It's free and it is doing its job.
purple-leafy
I’ve completely turned copilot off, its suggestions are usually dogwater. The thing I miss most is when it would sometimes correctly write imports
nailer
I vote against Github copilot. The context window is too small for it to do anything meaningful.