You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Plugin's page on Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=Vue.volar)
64
+
<palign="center">
65
+
<a href="https://github.com/sponsors/johnsoncodehk">Become a sponsor</a>
66
+
</p>
6
67
7
-
Vue Language Features is a language support extension built for Vue, Vitepress and petite-vue. this is based on [`@vue/reactivity`](https://www.npmjs.com/package/@vue/reactivity) to calculate everything on-demand, to implement native TypeScript language service level performance.
This project is community-driven. If you would like to support this project, consider joining the [Insiders Program](https://github.com/vuejs/language-tools/wiki/Get-Insiders-Edition) to improve the sustainability of this project and unlock more features.
-[volar-starter](https://github.com/johnsoncodehk/volar-starter) (For bug report and experiment features testing)
18
78
19
79
## Usage
@@ -176,6 +236,14 @@ In your tsconfig.json file you will need to make sure your custom extension is i
176
236
177
237
Finally you need to make VS Code recognize your new extension and automatically associate it with the Vue language format. To do this you need to configure your File Associations setting to map `*.ext` to the language value `vue`. This can be done under Text Editor > Files, or with the key `files.associations`.
0 commit comments