From c6b5978158d3057932a89d09b9bec5d661abb27f Mon Sep 17 00:00:00 2001 From: Jan-Niklas W <6104311+niklas-wortmann@users.noreply.github.com> Date: Wed, 2 Aug 2023 09:35:34 -0500 Subject: [PATCH 1/2] docs: update IDE support page as WebStorm now supports Volar --- src/guide/typescript/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/guide/typescript/overview.md b/src/guide/typescript/overview.md index e3c519406e..5fe4c5d39d 100644 --- a/src/guide/typescript/overview.md +++ b/src/guide/typescript/overview.md @@ -34,7 +34,7 @@ With a Vite-based setup, the dev server and the bundler are transpilation-only a - [TypeScript Vue Plugin](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin) is also needed to get type support for `*.vue` imports in TS files. -- [WebStorm](https://www.jetbrains.com/webstorm/) also provides out-of-the-box support for both TypeScript and Vue. Other JetBrains IDEs support them too, either out of the box or via [a free plugin](https://plugins.jetbrains.com/plugin/9442-vue-js). +- [WebStorm](https://www.jetbrains.com/webstorm/) also provides out-of-the-box support for both TypeScript and Vue. Other JetBrains IDEs support them too, either out of the box or via [a free plugin](https://plugins.jetbrains.com/plugin/9442-vue-js). As of version 2023.2, WebStorm and the Vue Plugin come with built-in support for the Vue Language Server. You can set the Vue service to use Volar integration on all TypeScript versions, under Settings | Languages & Frameworks | TypeScript | Vue. By default, Volar will be used for TypeScript versions 5.0 and higher. ### Configuring `tsconfig.json` {#configuring-tsconfig-json} From cb9a8a889476098bf2ca03beda8fc71e481217fa Mon Sep 17 00:00:00 2001 From: Jan-Niklas W <6104311+niklas-wortmann@users.noreply.github.com> Date: Sun, 20 Aug 2023 13:33:32 -0500 Subject: [PATCH 2/2] docs: use > to show settings navigation within webstorm --- src/guide/typescript/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/guide/typescript/overview.md b/src/guide/typescript/overview.md index 5fe4c5d39d..c3f4744704 100644 --- a/src/guide/typescript/overview.md +++ b/src/guide/typescript/overview.md @@ -34,7 +34,7 @@ With a Vite-based setup, the dev server and the bundler are transpilation-only a - [TypeScript Vue Plugin](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin) is also needed to get type support for `*.vue` imports in TS files. -- [WebStorm](https://www.jetbrains.com/webstorm/) also provides out-of-the-box support for both TypeScript and Vue. Other JetBrains IDEs support them too, either out of the box or via [a free plugin](https://plugins.jetbrains.com/plugin/9442-vue-js). As of version 2023.2, WebStorm and the Vue Plugin come with built-in support for the Vue Language Server. You can set the Vue service to use Volar integration on all TypeScript versions, under Settings | Languages & Frameworks | TypeScript | Vue. By default, Volar will be used for TypeScript versions 5.0 and higher. +- [WebStorm](https://www.jetbrains.com/webstorm/) also provides out-of-the-box support for both TypeScript and Vue. Other JetBrains IDEs support them too, either out of the box or via [a free plugin](https://plugins.jetbrains.com/plugin/9442-vue-js). As of version 2023.2, WebStorm and the Vue Plugin come with built-in support for the Vue Language Server. You can set the Vue service to use Volar integration on all TypeScript versions, under Settings > Languages & Frameworks > TypeScript > Vue. By default, Volar will be used for TypeScript versions 5.0 and higher. ### Configuring `tsconfig.json` {#configuring-tsconfig-json}