Skip to content

Commit 58b4470

Browse files
committed
update IDE support info
1 parent 3820910 commit 58b4470

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

src/guide/quick-start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ If you are unsure about an option, simply choose `No` by hitting enter for now.
5050

5151
You should now have your first Vue project running! Here are some additional tips:
5252

53-
- The recommended IDE setup is [Visual Studio Code](https://code.visualstudio.com/) + [Volar extension](https://marketplace.visualstudio.com/items?itemName=Vue.volar). [WebStorm](https://www.jetbrains.com/webstorm/) is also viable.
53+
- The recommended IDE setup is [Visual Studio Code](https://code.visualstudio.com/) + [Volar extension](https://marketplace.visualstudio.com/items?itemName=Vue.volar). If you use other editors, check out the [IDE support section](/guide/scaling-up/tooling.html#ide-support).
5454
- More tooling details, including integration with backend frameworks, are discussed in the [Tooling Guide](/guide/scaling-up/tooling.html).
5555
- To learn more about the underlying build tool Vite, check out the [Vite docs](https://vitejs.dev).
5656
- If you chose to use TypeScript, check out the [TypeScript Usage Guide](typescript/overview.html).

src/guide/scaling-up/tooling.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,13 @@ If you are looking for a lighter-weight alternative for no-build-step usage, che
6161

6262
- [WebStorm](https://www.jetbrains.com/webstorm/) also provides great built-in support for Vue SFCs.
6363

64-
- 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. One examples is [coc-volar](https://github.com/yaegassy/coc-volar) which provides Vue SFC support for vim/Neovim.
64+
- 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:
65+
66+
- Sublime Text support via [LSP-Volar](https://github.com/sublimelsp/LSP-volar).
67+
68+
- vim / Neovim support via [coc-volar](https://github.com/yaegassy/coc-volar).
69+
70+
- emacs support via [lsp-mode](https://emacs-lsp.github.io/lsp-mode/page/lsp-volar/)
6571

6672
## Browser Devtools
6773

0 commit comments

Comments
 (0)