←back to thread

677 points meetpateltech | 1 comments | | HN request time: 0s | source
Show context
ZpJuUuNaQ5 ◴[] No.45117752[source]
I am sure Zed is great and I appreciate the effort put in to create it, but nowadays I just cannot imagine switching from VSCode to something else. In my limited understanding, none of the existing alternatives offer anything (and often misses at least something) truly innovative or anything else that VSCode extension wouldn't solve. On VSCode I have about 15 different profiles setup, each with different settings and dozens of extensions based on either a technology stack or a project - it would be really difficult to find a good reason to throw it all away. The idea of switching between IDEs does not appeal to me either. I do use Neovim a little bit too, but most of that usage time was spent on configuration.
replies(12): >>45117835 #>>45117876 #>>45117879 #>>45117909 #>>45117946 #>>45117983 #>>45118035 #>>45118193 #>>45118457 #>>45118684 #>>45119480 #>>45120315 #
pimeys ◴[] No.45117835[source]
It's really interesting point of view. I'm one of those people who avoid using VSCode at any cost. It's slow, it's bloated, the UI is not great, and it's slowly being locked down by Microsoft.

If Zed would not exist, I would be using helix, neovim, or emacs as I did before.

replies(3): >>45117904 #>>45118083 #>>45118173 #
IshKebab ◴[] No.45118173[source]
VSCode is actually not slow. The problem is to make it useful you need to add quite a few extensions, and those can be slow. That itself wouldn't be too bad but VSCode doesn't expose any information about what is causing the slowness. You end up with "VSCode is slow and it could be due to any one of the dozen extensions I have installed", which effectively means that VSCode is slow.

It remains to be seen if Zed can avoid that though.

replies(4): >>45118243 #>>45118471 #>>45120075 #>>45123065 #
1. typpilol ◴[] No.45120075[source]
You can actually open the text tools on discord and see what's taking up memory and CPU.

They also have a new feature that's experimental that lets you offload extensions to a separate extension host so they don't block on the main thread for poorly designed or performing extensions.

It's definitely not slow in its default for .