vscode-ng-language-service

Angular extension for Visual Studio Code

MIT License

Downloads
14K
Stars
758
Committers
38

Bot releases are hidden (Show)

vscode-ng-language-service - v17.3.2 Latest Release

Published by atscott 6 months ago

This release upgrades @angular/language-service to v17.3.6.

  • fix(extension): Go to definition works on the second component in a single file (#2027)
vscode-ng-language-service - v17.3.0

Published by atscott 7 months ago

This release upgrades @angular/language-service to v17.3.0.

vscode-ng-language-service - v17.2.2

Published by AndrewKushnir 8 months ago

17.2.2

This release upgrades @angular/language-service to v17.2.1.

fix: pass oldest Angular version in the workspace to the compiler (#2003)

vscode-ng-language-service - v17.2.1

Published by AndrewKushnir 8 months ago

This release rolls back the @angular/language-service version to v17.2.0-next.0 to resolve an issue reported in ticket #2001.

vscode-ng-language-service - v17.2.0

Published by AndrewKushnir 8 months ago

17.2.0

This release upgrades @angular/language-service to v17.2.0-rc.1.

fix(syntaxes): Do not highlight bindings outside element tags (#1725) (28739e4)

vscode-ng-language-service - v17.1.1

Published by atscott 9 months ago

This release upgrades @angular/language-service to v17.1.2.

fix: types for control blocks should now display correctly (https://github.com/angular/angular/pull/53980)

vscode-ng-language-service - v17.1.0

Published by dylhunn 9 months ago

This release upgrades @angular/language-service to v17.1.0. It is based on the final RC of @angular/compiler.

feat: Complete inside @switch (#52153)
feat: Enable go to definition of styleUrl (#51746)
feat: Implement outlining spans for control flow blocks (#52062)
feat: Support autocompletion for blocks (#52121)
fix: Autocomplete block keywords in more cases (#52198)
fix(syntaxes): Do not apply block syntax highlighting to JS and CSS in templates (#1952)

vscode-ng-language-service - v17.0.3

Published by atscott 11 months ago

This release upgrades @angular/language-service to v17.0.6.

  • fix(syntaxes): Do not apply block syntax highlighting to JS and CSS in templates (#1952)
vscode-ng-language-service - v17.0.1

Published by atscott 12 months ago

This release upgrades @angular/language-service to v17.0.1.

  • fix: Disable block syntax parsing when no project in workspace supports it (#1962) (#1964) (e276a57d4)
  • fix(syntaxes): Single quote should end as alias match (#1956) (d7dab5264)
  • fix(syntaxes): Adjust block syntax highlighting to require ( or { on same line (#1961) (075047ae3)
  • fix(syntaxes): Use expression.ng instead of JS for block expressions (#1960) (e17fc5c35)
vscode-ng-language-service - v17.0.0

Published by atscott 12 months ago

This release upgrades @angular/language-service to v17.0.0-rc.3.

vscode-ng-language-service - v17.0.0-next.2

Published by atscott about 1 year ago

This release upgrades @angular/language-service to v17.0.0-next.8.

  • feat(server): Add folding range support for Angular template syntax (#1938)
  • feat: support block completions (#1937)
vscode-ng-language-service - v16.2.0

Published by atscott about 1 year ago

This release upgrades the @angular/language-service to v16.2.8

  • fix: Retain correct language service when ts.Project reloads (#51912)
  • fix(server): support to show the tag info in the jsDoc (#1904)
  • fix(client): fix detection of Angular context after string interpolation (#1922)
vscode-ng-language-service - v17.0.0-next.1

Published by atscott about 1 year ago

This release updates the @angular/language-service package to v17.0.0-next.7

vscode-ng-language-service - v17.0.0-next.0

Published by atscott about 1 year ago

This release upgrades @angular/language-service to v17.0.0-next.6.

  • feat(syntaxes): Add support for block syntaxes
  • fix(client): fix detection of Angular context after string interpolation
vscode-ng-language-service - v16.1.8

Published by atscott about 1 year ago

This release upgrades @angular/language-service to v16.1.8.

Update the bundled version of TypeScript to 5.1.3

vscode-ng-language-service - v16.1.4

Published by dylhunn over 1 year ago

Released for compatibility with latest Angular compiler.
extension.vsix.zip

vscode-ng-language-service - v16.0.0

Published by alxhub over 1 year ago

This release upgrades @angular/language-service to v16.0.0.

  • Catch FatalDiagnosticError during template type checking (#49527)
vscode-ng-language-service - v15.2.1

Published by alxhub over 1 year ago

This release upgrades @angular/language-service to v15.2.7.

  • fix(compiler-cli): Catch FatalDiagnosticError during template type checking (#49792)
  • fix(server): Respect the client capabilities "textDocument.{declaration,typeDefinition}.linkSupport." (#1875)
vscode-ng-language-service - v16.0.0-next.0

Published by atscott over 1 year ago

This release upgrades @angular/language-service to v16.0.0-next.4.

vscode-ng-language-service - v15.2.0

Published by atscott over 1 year ago

This release upgrades @angular/language-service to v15.2.0.

  • fix(server): Fall back to bundled TS version if specified TSDK is too old (#1863)