top | item 43933162

(no title)

LiveTheDream | 9 months ago

Continue.dev is an extension and it does inline edits just fine in VS Code and IntelliJ.

discuss

order

mp5|9 months ago

Big fan of Continue btw! There's a small difference in how we handle inline edits - if you've used inline edits in Cursor/Windsurf/Void you'll notice that a box appears above the text you are selecting, and you can type inside of it. This isn't possible with VS Code extensions alone (you _have_ to type into the sidebar).

esperent|9 months ago

Is inline edits the same as diff edits? In that case I think Cline and Roo can do it as well.

mp5|9 months ago

If I understand your question correctly - Cline and Roo both display diffs by using built-in VS Code components, while Cursor/Windsurf/Void have built their own custom UI to display diffs. Very small detail, and just a matter of preference.