[!IMPORTANT] This repo is no longer used for active development of Astro's language tools, its content has been moved to the Astro monorepo. Please submit any new issues or pull requests there.
This repository contains all the editor tooling required for the Astro language (.astro files).
Notably, it contains an implementation of the Language Server Protocol (LSP) which as of now is used for the official VSCode Extension but could also be used to power a plugin for your favorite IDE in the future.
This repository is a monorepo managed through Turbo, which means that multiple packages are in this same repo (packages folder), here's a list:
@astrojs/language-serverThe Astro language server, powered by Volar.
astro-vscodeThe official VS Code extension for Astro. This enables all of the editing features you depend on in VSCode for .astro files
@astrojs/ts-pluginTypeScript plugin to add support for .astro imports in .ts files with proper typing
These packages together power editing functionality such as:
For a full list of features, see the VS Code's extension README.
Pull requests of any size and any skill level are welcome, no contribution is too small. Changes to the Astro Language Tools are subject to Astro Governance and should adhere to the Astro Style Guide
See CONTRIBUTING.md for instructions on how to setup your development environment
Astro is generously supported by Netlify, Storyblok, and several other amazing organizations.
(top 30 of 47)
TypeScript
91.7%
JavaScript
6.5%
Astro
1.7%
[!IMPORTANT] This repo is no longer used for active development of Astro's language tools, its content has been moved to the Astro monorepo. Please submit any new issues or pull requests there.
This repository contains all the editor tooling required for the Astro language (.astro files).
Notably, it contains an implementation of the Language Server Protocol (LSP) which as of now is used for the official VSCode Extension but could also be used to power a plugin for your favorite IDE in the future.
This repository is a monorepo managed through Turbo, which means that multiple packages are in this same repo (packages folder), here's a list:
@astrojs/language-serverThe Astro language server, powered by Volar.
astro-vscodeThe official VS Code extension for Astro. This enables all of the editing features you depend on in VSCode for .astro files
@astrojs/ts-pluginTypeScript plugin to add support for .astro imports in .ts files with proper typing
These packages together power editing functionality such as:
For a full list of features, see the VS Code's extension README.
Pull requests of any size and any skill level are welcome, no contribution is too small. Changes to the Astro Language Tools are subject to Astro Governance and should adhere to the Astro Style Guide
See CONTRIBUTING.md for instructions on how to setup your development environment
Astro is generously supported by Netlify, Storyblok, and several other amazing organizations.
(top 30 of 47)
TypeScript
91.7%
JavaScript
6.5%
Astro
1.7%