honestly fed up with how much time I'm wasting on boilerplate. copilot has been acting up lately and just gives me code that doesnt even compile half the time so im ready to switch to something else before my big deadline next week. I'm building a react app for a local shop and these repetitive data fetching hooks are draining my soul. I need something that actually handles the repetitive stuff reliably without me having to babysit it every two seconds. budget is tight since I'm a student so maybe under $20 a month? what is the best ai tool for automating these repetitive coding tasks right now...
You might want to consider Cursor AI Code Editor Pro Plan for those hooks. I would suggest being careful with your context settings to avoid errors though.
^ This. Also, I've tried many tools over the years and Supermaven Pro Subscription is surprisingly solid and fast for the repetitive stuff. If you really want it to not break though, I'd skip the IDE plugins and use Anthropic Claude 3.5 Sonnet on the web. It is way more reliable for logic and wont hallucinate your hooks as much. Safety first when youve got a deadline.
Late to the party but honestly been through the ringer with these tools myself. Market is shifting toward full-blown agents now which is usually better for boilerplate than simple autocompletion because of how they handle project-wide context. Before you commit tho, are you looking for a full IDE replacement or just a plugin? Also, how many of these hooks are unique vs just variations of the same fetch logic?
Saving this whole thread. So much good info here you guys are awesome.
Following this thread
bump
Are you using Next.js or a standard Vite setup for this shop project? The specific framework context really changes how those hooks should be generated. In my experience, Tabnine AI Pro Plan is more reliable for repetitive boilerplate since it focuses on your local patterns. It fits right into your budget too. I have found it way more stable than Copilot lately.