ive been playing around with deepseek-v3 for my freelance web dev projects lately since its way cheaper than claude but i'm struggling to pick a vs code extension to stick with.
im mainly torn between continue and roo code. continue seems really solid for general chat and autocomplete but i keep hearing that roo code is way better for actual agentic tasks like fixing bugs across multiple files which would save me a ton of time on this client site i've gotta finish by friday. i'm on a pretty tight budget right now so i dont want to waste money on api tokens with an extension that's inefficient or keeps looping. which one actually plays nicer with deepseek specifically?
> im mainly torn between continue and roo code. continue seems really solid for general chat and autocomplete but i keep hearing that roo code is way better for actual agentic tasks I've spent way too much time testing these and unfortunately, neither is the magic bullet people claim. I tried using Continue VS Code Extension v0.8 for a complex Next.js migration and it was a bit of a letdown. It struggled with the larger context window when I fed it multiple components, and the token usage spiked because it didn't seem to handle the prompt caching on DeepSeek V3 API as efficiently as I'd hoped. Basically wasted money on redundant input tokens. Then I moved to Roo Code VS Code Extension for the agentic stuff. Not as good as expected, honestly. I had it trying to fix a styling bug across three files and it got stuck in a weird loop re-reading the package.json for no reason. I lost about 2 million tokens in a few minutes because the agent just wouldn't quit. It was a total mess and pretty disappointing for a tool that's supposed to be smarter than a standard chat box. If you're trying to save every cent before Friday, maybe look at Aider AI Coding Tool via the terminal instead? It feels more precise with how it edits files compared to the VS Code wrappers. But if you must stay in the IDE, stick with Continue for the basic chat to stay safe. Agentic tools are just too risky when you're counting pennies, tho the workflow is nice when it actually works. Just keep an eye on that terminal output... I learned that the hard way.