Skip to content

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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/guide/scaling-up/tooling.md
Original file line number Diff line number Diff line change
@@ -100,6 +100,9 @@ If you are looking for a lighter-weight alternative for no-build-step usage, che

- 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
Copy link
Member

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](...).

Copy link
Author

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.

need to install TypeScript language server, [`typescript-language-server`](https://www.npmjs.com/package/typescript-language-server) and configure it to use [`@vue/typescript-plugin`](https://www.npmjs.com/package/@vue/typescript-plugin) as a plugin.

- Sublime Text support via [LSP-Volar](https://github.com/sublimelsp/LSP-volar).

- vim / Neovim support via [coc-volar](https://github.com/yaegassy/coc-volar).