Remix.run Logo
citbl 7 hours ago

There are still plenty of things that VSCode does and Zed doesn't. E.g. Dart debugging.

Also there is the VC money problem with Zed, at some point, that money will want returns on every dollar spent.

koakuma-chan 6 hours ago | parent [-]

1. Use println

2. That's fine, they'll just build some cloud feature

vkou 4 hours ago | parent [-]

> 1. Use println

Printf debugging is a usability and productivity disaster compared to an actual debugger.

speedgoose an hour ago | parent [-]

It depends, it can be useful to easily debug some flows. It’s also sometimes better for interactive applications where pausing the execution would break the interface.

A developer should use both.