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
Note: This project is currently a work in progress. Expect potential bugs or issues.
This extension integrates the Angular Language Service into Zed. It uses the same options that Angular applies during compilation. To ensure the most accurate information, enable the strictTemplates option in the tsconfig.json of the angular project as shown in below:
The extension depends on @angular/language-service and typescript Node packages. By default, these versions are managed internally, but they can be customized using the following settings:
Please ensure the versions of Angular and TypeScript are compatible to avoid issues.
Refer to Angular Version Compatibility for details. Mismatched versions may lead to bugs, so it is not recommended to use latest as a version, but it's also a valid option.
Installation Instructions
To install this extension locally:
Clone this repository.
Open the Zed editor and navigate to the Extensions window.
Click on "Install Dev Extension."
Select the cloned repository location and complete the installation.
Add a language server list definition to the HTML and TypeScript language settings. In settings.json, add the following (ellipsis is a valid value in settings, use it as shown):