Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for the Zed code editor #4608

Open
danulqua opened this issue Jul 23, 2024 · 5 comments
Open

Support for the Zed code editor #4608

danulqua opened this issue Jul 23, 2024 · 5 comments

Comments

@danulqua
Copy link

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 danulqua added the feature request Request new features label Jul 23, 2024
@so1ve
Copy link
Member

so1ve commented Jul 23, 2024

zed-industries/zed#9846 Do you mean zed should upgrade to v2?

@RayGuo-ergou
Copy link
Contributor

You should report to zed rather than here.

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

@danulqua
Copy link
Author

@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.

@RayGuo-ergou
Copy link
Contributor

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?

@fazulk
Copy link

fazulk commented Jul 26, 2024

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.

@KazariEX KazariEX removed the feature request Request new features label Jan 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants