I use both Cursor IDE and vanilla VS Code with GitHub Copilot and imho Cursor (Pro) still works better than VS Code with Copilot. But perhaps you have different experiences? Also, how about other IDEs than these two? Are there better alternatives?
Had a horrible time with Github copilot personally. It just wasn't 'smart' enough and I felt I ended up double checking more than I would like.
Recently started using Cursor compose. It really good and generally makes me code a lot faster. But I have noticed that you have to ensure its following best practices.
For example, if you are writing some React code, you really have to ask it to break up components into files / sub-components, otherwise you end up with a 1000 line long file
My daily IDE is Jetbrains PyCharm/PhpStorm with Tabnine for autocomplete/chat and Jetbrains AI for commit messages (I am that lazy).
I use Cursor IDE with composer for AI stuff. Switch back to Jetbrains git for diff view where I check and edit the changes. I try to spend as less time as possible in VSCode.
I hope there will be a Jetbrains variant of Cursor soon. Deleting VSCode will be the happiest day of my life.
Can you share some details, I was planning to try Windsurf during the holidays but may skip if you have negative feedback that may be agreeable. Thanks.
Recently started using Cursor compose. It really good and generally makes me code a lot faster. But I have noticed that you have to ensure its following best practices.
For example, if you are writing some React code, you really have to ask it to break up components into files / sub-components, otherwise you end up with a 1000 line long file