From 317819149f3d8f4d00c1f9819833b01d810b6c38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20H=E1=BB=93ng=20Qu=C3=A2n?= Date: Wed, 23 Apr 2025 08:40:47 +0700 Subject: [PATCH] Add Helix editor --- src/guide/scaling-up/tooling.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/guide/scaling-up/tooling.md b/src/guide/scaling-up/tooling.md index e9405fd3af..03b1ee335e 100644 --- a/src/guide/scaling-up/tooling.md +++ b/src/guide/scaling-up/tooling.md @@ -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 + 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).