Skip to content

chuckjaz/vscode-ng-language-service

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VS Code Plugin for the Angular Language Service

This plugin to VS Code provides Angular language services for Angular.

This plugin will provide completions in template files and template strings and diagnostics for templates and Angular annotations.

Limitations

  • The language service is a separate service from TypeScript and runs a duplicate version of the TypeScript language service.

See #7482 for a more details status of the current progress.

Using

Releases are at https://github.com/angular/vscode-ng-language-service/releases. Use 'install from VSIX' in VS Code editor extensions pane.

Attribution

This project was adapted from the example language service client provided by Microsoft for this purpose located here:

https://github.com/Microsoft/vscode-languageserver-node-example

This code is used under the MIT license.

About

VS Code plugin for the Angular Language Service

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 98.2%
  • Shell 1.2%
  • Other 0.6%