{"id":13761744,"url":"https://github.com/angular/vscode-ng-language-service","last_synced_at":"2025-05-14T03:10:07.814Z","repository":{"id":37349531,"uuid":"69057970","full_name":"angular/vscode-ng-language-service","owner":"angular","description":"Angular extension for Visual Studio Code","archived":false,"fork":false,"pushed_at":"2025-05-08T22:24:33.000Z","size":118686,"stargazers_count":788,"open_issues_count":65,"forks_count":123,"subscribers_count":31,"default_branch":"main","last_synced_at":"2025-05-08T23:29:11.712Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/angular.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2016-09-23T20:20:59.000Z","updated_at":"2025-05-08T22:24:38.000Z","dependencies_parsed_at":"2024-04-09T20:46:02.101Z","dependency_job_id":"b2dea526-5459-4f2d-a7b8-32cb37b4fbca","html_url":"https://github.com/angular/vscode-ng-language-service","commit_stats":{"total_commits":1174,"total_committers":43,"mean_commits":"27.302325581395348","dds":0.7035775127768313,"last_synced_commit":"1e4c92c156c0f1cdd2c9510000a6f41f070dd123"},"previous_names":[],"tags_count":494,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angular%2Fvscode-ng-language-service","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angular%2Fvscode-ng-language-service/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angular%2Fvscode-ng-language-service/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angular%2Fvscode-ng-language-service/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/angular","download_url":"https://codeload.github.com/angular/vscode-ng-language-service/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254059511,"owners_count":22007769,"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":"2024-08-03T14:00:27.281Z","updated_at":"2025-05-14T03:10:02.802Z","avatar_url":"https://github.com/angular.png","language":"TypeScript","readme":"# Angular Language Service\n\n![demo](https://github.com/angular/vscode-ng-language-service/raw/main/demo.gif)\n\n## Features\n\nThis extension provides a rich editing experience for Angular templates, both inline\nand external templates including:\n\n* Completions lists\n* AOT Diagnostic messages\n* Quick info\n* Go to definition\n\n## Download\n\nDownload the extension from [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=Angular.ng-template).\n\n## Configuring compiler options for the Angular Language Service\n\nThe Angular Language Service uses the same set of options that are used to compile the application.\nTo get the most complete information in the editor, set the `strictTemplates` option in `tsconfig.json`,\nas shown in the following example:\n\n```\n\"angularCompilerOptions\": {\n  \"strictTemplates\": true\n}\n```\n\nFor more information, see the [Angular compiler options](https://angular.io/guide/angular-compiler-options) guide.\n\n## Versioning\n\nThe language service extension relies on the `@angular/language-service` and `typescript` packages\nfor its backend. `@angular/language-service` is always bundled with the extension, and is always\nthe latest version at the time of the release.\n`typescript` is loaded, in order of priority, from:\n\n1. The path specified by `typescript.tsdk` in project or global settings.\n2. _(Recommended)_ The version of `typescript` bundled with the Angular Language Service extension.\n3. The version of `typescript` present in the current workspace's node_modules.\n\nWe suggest **not** specifying `typescript.tsdk` in your VSCode settings\nper method (1) above. If the `typescript` package is loaded by\nmethods (1) or (3), there is a potential for a mismatch between\nthe API expected by `@angular/language-service` and the API provided by `typescript`. This could\nlead to a failure of the language service extension.\n\nFor more information, please see [#594](https://github.com/angular/vscode-ng-language-service/issues/594).\n\n## Installing a particular release build\n\nDownload the `.vsix` file for the release that you want to install from the [releases](https://github.com/angular/vscode-ng-language-service/releases) tab.\n\n*Do not open the .vsix file directly*. Instead, in Visual Studio code, go to the extensions tab. Click on the \"...\" menu in the upper right corner of the extensions tab, select \"Install from vsix...\" and then select the .vsix file for the release you just downloaded.\n\nThe extension can also be installed with the following command:\n\n```\ncode --install-extension /path/to/ngls.vsix\n```\n\n## Angular Language Service for Other Editors\n\n- [coc-angular](https://github.com/iamcco/coc-angular) for ([Neo](https://neovim.io))[vim](https://www.vim.org/)\n- [nvim-lspconfig](https://github.com/neovim/nvim-lspconfig/blob/master/doc/configs.md#angularls) for [Neovim](https://neovim.io)\n- [Wild Web Developer](https://github.com/eclipse/wildwebdeveloper) for Eclipse\n- [lsp-mode](https://github.com/emacs-lsp/lsp-mode) for Emacs\n","funding_links":[],"categories":["Languages","Development Utilities"],"sub_categories":["Editor and IDE Extensions"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fangular%2Fvscode-ng-language-service","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fangular%2Fvscode-ng-language-service","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fangular%2Fvscode-ng-language-service/lists"}