{"id":27072488,"url":"https://github.com/nathansbradshaw/zed-angular","last_synced_at":"2025-04-05T23:03:13.074Z","repository":{"id":234573432,"uuid":"789167061","full_name":"nathansbradshaw/zed-angular","owner":"nathansbradshaw","description":null,"archived":false,"fork":false,"pushed_at":"2025-03-26T09:49:02.000Z","size":39,"stargazers_count":77,"open_issues_count":11,"forks_count":8,"subscribers_count":13,"default_branch":"main","last_synced_at":"2025-03-26T10:33:24.009Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nathansbradshaw.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-04-19T20:50:44.000Z","updated_at":"2025-03-24T11:04:24.000Z","dependencies_parsed_at":"2024-08-05T15:12:26.760Z","dependency_job_id":"714a1f13-8b78-46d0-af4b-57ceeb06373a","html_url":"https://github.com/nathansbradshaw/zed-angular","commit_stats":null,"previous_names":["nathansbradshaw/zed-angular"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nathansbradshaw%2Fzed-angular","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nathansbradshaw%2Fzed-angular/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nathansbradshaw%2Fzed-angular/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nathansbradshaw%2Fzed-angular/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nathansbradshaw","download_url":"https://codeload.github.com/nathansbradshaw/zed-angular/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247411225,"owners_count":20934653,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-04-05T23:02:08.553Z","updated_at":"2025-04-05T23:03:13.068Z","avatar_url":"https://github.com/nathansbradshaw.png","language":"Rust","readme":"# Zed Angular Extension\n\n## Overview\n\n**Note: This project is currently a work in progress. Expect potential bugs or issues.**\n\nThis 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:\n\n```json\n\"angularCompilerOptions\": {\n  \"strictTemplates\": true\n}\n```\n\n## Version Management\n\nThe 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:\n\n```json\n{\n  \"lsp\": {\n    \"angular\": {\n      \"initialization_options\": {\n        \"angular_language_server_version\": \"17.3.0\",\n        \"typescript_version\": \"5.3.2\"\n      }\n    }\n  }\n}\n```\n\nPlease ensure the versions of Angular and TypeScript are compatible to avoid issues.\n\nRefer to [Angular Version Compatibility](https://angular.dev/reference/versions#unsupported-angular-versions) 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.\n\n## Installation Instructions\n\nTo install this extension locally:\n\n1. Clone this repository.\n2. Open the Zed editor and navigate to the Extensions window.\n3. Click on \"Install Dev Extension.\"\n4. Select the cloned repository location and complete the installation.\n5. 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)_:\n\n```json\n{\n  \"languages\": {\n    \"TypeScript\": {\n      \"language_servers\": [\"angular\", \"...\"]\n    },\n    \"HTML\": {\n      \"language_servers\": [\"angular\", \"...\"]\n    }\n  }\n}\n```\n","funding_links":[],"categories":["Development Utilities","Rust"],"sub_categories":["IDE Extensions"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnathansbradshaw%2Fzed-angular","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnathansbradshaw%2Fzed-angular","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnathansbradshaw%2Fzed-angular/lists"}