Top Reasons to Choose Zed Over VS Code for Your Development Projects

Emad Dehnavi
3 min readNov 17, 2024

We as programmers cannot live without editors, and the most popular code editor at the moment is definitely VS Code. VS Code is good in every way, but has one big drawback: performance.

It runs in Electron’s sandbox, which uses a lot of resources and is slow, specially when you are using plugins, there is a noticeable delay. It’s also a bit bloated, with a 100MB install package and 500MB of disk space required.

So, when I heard about a new editor called Zed , which has outstanding performance and powerful functions, I installed it immediately. Here is my experience using it.

Top Reasons to Choose Zed Over VS Code for Your Development Projects

So what’s so special about Zed?

First of all, why does Zed attract me? I can give you not one, not two, not even there but four reasons.

  1. Zed is developed by the creators of the original Atom editor and the innovative Tree-sitter parsing library, combining expertise and innovation.

2. It is based on the Rust language, fully utilizes multi-core CPUs and GPUs, pursues extreme performance, and is extremely fast.

3. It has built-in VS Code plug-in functions, such as LSP (Language Server Protocol), code prompt completion, multi-person real-time editing, AI assistant, etc.

--

--

Emad Dehnavi
Emad Dehnavi

Written by Emad Dehnavi

With 8 years as a software engineer, I write about AI and technology in a simple way. My goal is to make these topics easy and interesting for everyone.

No responses yet