DanielXMoore / Civet

A TypeScript superset that favors more types and less typing
https://civet.dev
MIT License
1.56k stars 33 forks source link

Zed support #1614

Open lassejlv opened 2 days ago

lassejlv commented 2 days ago

Will the civet language server also be avilable in the zed editor? https://zed.dev

edemaine commented 2 days ago

Hopefully eventually! The first step is to separate the LSP from the VSCode extension (#161) which is easy in principle, but requires a bit of work. Then the second step is to make a Zed language plugin which at least mentions language servers so it should be possible. But this part is probably significant. Let us know if you're interested in giving either step a try!

lassejlv commented 2 days ago

I wanted to try doing it my self, but i got no prioer experience with rust. Haha. But yeah it would be cool if it could be done!