Home
Blog
Zed Editor
Updated
Dot Net Perls

Zed Editor

Every programmer uses some kind of text editor. This means the editor can make a big difference to the experience of programming—it can make it easier or more frustrating. Over the past several months I have tested the Zed editor, a new Rust-based editor that uses the GPU for rendering performance.

Zed starts up quickly, and it supports the features I need to write code. When scrolling through files, its rendering performance (which is run on the GPU) is apparent. When compared to Visual Studio Code, Zed is notably faster for these tasks.

It has many features that help make a programmer's life easier:

It supports code auto-completion and displays compilation errors.
It has a nice assortment of built-in themes that can be chosen from a menu.
Probably most important, it has excellent all-around performance.

Overall, I have enjoyed using Zed editor. I sometimes dream of a world where all software is written in Rust (or a similar language) and has graphics acceleration. Even with just a text editor, Zed's improvements to typical software are evident. I imagine we will hear more about this program as it becomes more widely-known.

Dot Net Perls is a collection of pages with code examples, which are updated to stay current. Programming is an art, and it can be learned from examples.
Donate to this site to help offset the costs of running the server. Sites like this will cease to exist if there is no financial support for them.
Sam Allen is passionate about computer languages, and he maintains 100% of the material available on this website. He hopes it makes the world a nicer place.
An RSS feed is available for this blog.
Home
Changes
© 2007-2025 Sam Allen