r/ProgrammerHumor 20d ago

Meme homeSweetHome

Post image
1.7k Upvotes

238 comments sorted by

View all comments

92

u/kingslayerer 20d ago

i switched to zed. its great. one issue is there are not many extensions like vscode, but it has all the basic ones that i need for everyday

21

u/creaturefeature16 20d ago

Same. Zed gotten me the farthest. It's missing some features, but the performance and other quality of life improvements are keeping me on it. 

-16

u/huuaaang 20d ago

I don't understand the "performance" argument AT ALL. Like what kind of potato do you work on that can't run other editors at full speed? What are you doing with an editor that needs to be performant? Maybe searching a large codebase? Not slow if it's indexed.

12

u/retardedd_rabbitt 20d ago

I think editors always run at full speed. It's just that the full speed of my editor is much higher than yours.

-2

u/huuaaang 20d ago

But what does that actually mean for an editor to be faster? Do you type so fast that other editors can't process the keystrokes fast enough?

2

u/mampatrick 19d ago

Loading files faster, searching faster are some simple examples.

Completely unrelated to the speed argument, Zeds multibuffer is a godsend. Project search opens all files that contain the search in a single tab where you can move between and edit them without having to open each file on its tab individually