Replacement for comment-divider in zed #52214
semohr
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
I recently tried migrating from VSCodium to Zed, as it feels like Zed is becoming mature enough for daily use. One feature I really missed, though, is the VSCode
comment-dividerextension.example.mp4
I looked into Zed’s current extension API, but it seems that adding custom commands and modifying buffers isn’t really possible yet (feel free to point me in the right direction). As a workaround, I built a small solution using Zed tasks. It’s a bit quirky at the moment since Zed doesn’t auto reload files pending changes, but I hope this will improve once the new
saveoption in tasks hits the stable distributions.Feel free to check it out, maybe it’s something you’ve also missed in your workflow:
https://github.com/semohr/comment-divider
It would be really nice to have a way to integrate this as a proper extension. If anyone from the team has ideas on how to approach this, I’d love to hear your thoughts!
Beta Was this translation helpful? Give feedback.
All reactions