Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Ionide Vscode Fsharp | 829 | 13 days ago | 124 | mit | F# | |||||
VS Code plugin for F# development | ||||||||||
Public | 735 | 8 months ago | 141 | |||||||
Repository for Wallaby.js questions and issues | ||||||||||
Vscode Elixir | 263 | a year ago | 54 | mit | Elixir | |||||
This plugin is no longer maintained! | ||||||||||
Xmake Vscode | 197 | 25 days ago | 38 | apache-2.0 | TypeScript | |||||
🍩 A XMake integration in Visual Studio Code | ||||||||||
Language Tools | 179 | 13 | 14 days ago | 5 | November 02, 2023 | 36 | mit | TypeScript | ||
Language tools for Astro | ||||||||||
Gitlab Workflow | 27 | 4 years ago | 3 | mit | JavaScript | |||||
VSCode extension to enrich your GitLab experience | ||||||||||
Tsunami | 25 | 6 years ago | 14 | TypeScript | ||||||
Typescript IDE for text editors (emacs, vscode) | ||||||||||
Vscode | 23 | a month ago | 5 | bsd-3-clause | TypeScript | |||||
A minimal VS Code plugin for Elm | ||||||||||
Vscode Elixir Snippets | 15 | 2 years ago | 2 | mit | ||||||
Elixir code snippets for VS Code | ||||||||||
Lsm | 14 | a year ago | 11 | mit | Go | |||||
Language Server Manager |
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-server
The Astro language server, powered by Volar.
astro-vscode
The official VS Code extension for Astro. This enables all of the editing features you depend on in VSCode for .astro
files
@astrojs/ts-plugin
TypeScript 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 environnement
Astro is generously supported by Netlify, Storyblok, and several other amazing organizations.