language-tools icon indicating copy to clipboard operation
language-tools copied to clipboard

Support for the Zed code editor

Open danulqua opened this issue 1 year ago • 5 comments

What problem does this feature solve?

Zed is a fast growing native code editor. It already has a Vue extension but it lacks a lot of features.

What does the proposed solution look like?

Good support for the Zed code editor like auto components import suggestions as you type the component name in the template; navigating to the component declaration on Command+Click and any other features that are available in WebStorm on VSCode.

danulqua avatar Jul 23 '24 09:07 danulqua

https://github.com/zed-industries/zed/pull/9846 Do you mean zed should upgrade to v2?

so1ve avatar Jul 23 '24 10:07 so1ve

You should report to zed rather than here.

Vue language server support all editors if the editor has a lsp client.

RayGuo-ergou avatar Jul 23 '24 13:07 RayGuo-ergou

@RayGuo-ergou didn't know that, sorry for the noise! @so1ve maybe. From my experience, it just lacks some things that I described in the issue, any probably more.

danulqua avatar Jul 23 '24 13:07 danulqua

Totally understandable, not a noise for sure. Sorry if I made you feel that way.

auto components import suggestions as you type the component name in the template; navigating to the component declaration on Command+Click

I am bit surprise zed does not support these auto complete and goto definition are pretty basic events. Probably because zed stilling pins the version to v1?

RayGuo-ergou avatar Jul 23 '24 13:07 RayGuo-ergou

Totally understandable, not a noise for sure. Sorry if I made you feel that way.

auto components import suggestions as you type the component name in the template; navigating to the component declaration on Command+Click

I am bit surprise zed does not support these auto complete and goto definition are pretty basic events. Probably because zed stilling pins the version to v1?

This was working at some point. Looks like a bug in zed.

fazulk avatar Jul 26 '24 06:07 fazulk

It seems to be supported via https://github.com/zed-extensions/vue.

johnsoncodehk avatar Jul 05 '25 10:07 johnsoncodehk