# Volar: a New Beginning

DevFeed: [Volar: a New Beginning](<https://devfeed.tech/articles/volar-a-new-beginning-3004.md>)

Original publisher: [Read original article](<https://blog.vuejs.org/posts/volar-a-new-beginning>)

Published: 2023-02-08T00:00:00Z

Content type: article

Language: en

Sources: [The Vue Point](<https://devfeed.tech/sources/the-vue-point.md>)

Topics: [Vue.js](<https://devfeed.tech/topics/vue.md>), [VS Code Extension](<https://devfeed.tech/topics/vscode-extension.md>), [Tooling](<https://devfeed.tech/topics/tooling.md>), [Visual Studio Code](<https://devfeed.tech/topics/visual-studio-code.md>), [TypeScript](<https://devfeed.tech/topics/typescript.md>), [Angular](<https://devfeed.tech/topics/angular.md>), [Astro](<https://devfeed.tech/topics/astro.md>), [Svelte](<https://devfeed.tech/topics/svelte.md>), [CSS](<https://devfeed.tech/topics/css.md>), [HTML](<https://devfeed.tech/topics/html.md>), [Vite](<https://devfeed.tech/topics/vite.md>)

Tags: [angular](<https://devfeed.tech/tags/angular.md>), [astro](<https://devfeed.tech/tags/astro.md>), [extension](<https://devfeed.tech/tags/extension.md>), [performance](<https://devfeed.tech/tags/performance.md>), [svelte](<https://devfeed.tech/tags/svelte.md>), [tooling](<https://devfeed.tech/tags/tooling.md>), [typescript](<https://devfeed.tech/tags/typescript.md>), [vscode](<https://devfeed.tech/tags/vscode.md>), [vue](<https://devfeed.tech/tags/vue.md>)

## AI overview

The article introduces Volar.js, a framework-agnostic embedded language tooling framework extracted from the Volar Vue.js VS Code extension. It supports embedded-language file formats for Vue, Astro, Svelte, and Angular, as well as single-language language servers for TypeScript, CSS, and HTML. The article also describes its performance focus, the migration of the original extension to the vuejs/language-tools repository, and planned project organization changes.

## Source excerpt

Most users of Volar know it as the official Vue.js VSCode extension. It started as a personal project when the official recommendation was still Vetur, and over time got adopted as the new official extension due to improved architecture and performance. As a project created to improve the quality of life for developers, we spent over two years before reaching 1.0, and have been continuously shipping stability improvements. But we've still got more work to do, and there are exciting plans for 2023.