Fist impressions feedback #10820
Unanswered
BKG01
asked this question in
General Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I just set up Zed yesterday,(been on my to do for a bit), and it's a great first impression. It seemed to have typescript errors, eslint and prettier working without doing anything really. (I just have those configs in the repo).
Some vim tweaks made and then that was pretty much all I needed. Definitely the quickest to get setup on any editor I've tried.
Very smooth editor experience too.
It's amazing how many features are in already and working well.
There are just a couple I'm missing from the day to day which I'll mention in case it's useful.
However I haven't really discovered the benefits of having a tree-sitter based editor yet and I'm still editing like before. (It's only been a day so I might have missed this stuff so far).
I'm still editing with vim like it's text instead of ideally selecting and changing the parts of an AST (which I thought would be a key benefit of Zed with tree-sitter).
I would love it if there was a kakoune style select, then action that ideally worked on sections of the AST so that....
Z(ed) = select(AST) + action.
to edit code....
maybe that's a bit idealistic, but I'd love to know how to utilise the benefits of tree sitter better.
Thanks. :)
Beta Was this translation helpful? Give feedback.
All reactions