- Notifications
You must be signed in to change notification settings - Fork5k
Add Helix editor#3228
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
Add Helix editor#3228
Uh oh!
There was an error while loading.Please reload this page.
Conversation
netlifybot commentedApr 23, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
✅ Deploy Preview forvuejs ready!
To edit notification comments on pull requests, go to yourNetlify site configuration. |
| - Other IDEs that support the[Language Service Protocol](https://microsoft.github.io/language-server-protocol/) (LSP) can also leverage Volar's core functionalities via LSP: | ||
| -[Helix](https://helix-editor.com/) supports out-of-the-box, as long as you install[`@vue/language-server`](https://www.npmjs.com/package/@vue/language-server), the Vue language server. To work with Vue + TypeScript, you also |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
@hongquan You say that it supports Vue out of the box, but the proposed changes mention a number of prerequisites. For us to include this on the list, there would need to be a separate dedicated docs page to match the rest of the mentioned editors.
Example:
Helix Editor support via [helix-plugin](...).There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Hi@bencodezen The prerequisites are just the neutral LSP servers, and please note that they are under@vue namespace, they are not made specifically for Helix. They are not Helix plugins.
Description of Problem
Just want to introduce Helix editor, which has LSP built-in support (without any plugin) to Vue users.
Proposed Solution
Additional Information
https://helix-editor.com/