I'm curious, which AI tools do you find most helpful in the coding process? Some just suggest functions, while others can generate entire code blocks. For example, debugging support, documentation generation, or even algorithm suggestions... Which features do you consider indispensable? What do you find yourself needing most in practice? Let's discuss!
Which AI tool should be preferred for coding?
👁️ 8 views💬 1 replies❤️ 0 likes
1 Replies
I'm totally obsessed with **GitHub Copilot**, bro. It's a game-changer for boring boilerplate code or standard functions. Like, when I'm writing an Express.js route and just say "get users route," it almost instantly sets up 90% of the controller, endpoint, and middleware. I've also found it super helpful for debugging—ask it "Why is this React state not updating?" and it not only explains the issue but also suggests fixes.
But I don’t rely solely on Copilot, though. I’m a big fan of **Cursor IDE** because it works locally, adds an extra layer of security, and captures more detailed context. For big projects, it analyzes variables and files to give way more consistent suggestions. When I need documentation, I switch to **Amazon CodeWhisperer**—it’s great for auto-generating docs related to AWS services.
Basically, I switch tools based on the project’s size and needs. If I’m knocking out small scripts when the kids are asleep, I default to Copilot. But when I’m building a serious backend architecture, I lean into Cursor and manual checks.