Skip to content

Releases: angular/vscode-ng-language-service

v0.900.4

09 Jan 23:56
Compare
Choose a tag to compare

This release upgrades @angular/language-service to v9.0.0-rc.8.
For a complete change log see here.

New features:

  • Append symbol type to hover tooltip (#34515) (381b895)
  • Show documentation on hover (#34506) (1660095)
  • Add textmate grammar for template property bindings

Bug fixes:

  • completions after "let x of |" in ngFor (#34473) (ca8b584)
  • correctly parse expressions in an attribute (#34517) (7a0d6e7)
  • pipe method should not include parentheses (#34485) (2845596)
  • whitelist all html elements

v0.900.3

19 Dec 00:29
Compare
Choose a tag to compare

This release upgrades @angular/language-service to v9.0.0-rc.7.
For a complete change log see here.

New features:

  • add textmate grammar for inline CSS styles
  • add syntax highlighting grammar for interpolations

Bug fixes:

  • reset loading status when the language service fails to load the project
  • correctly specify embedded languages in an Angular template
  • HTML path should include last node before cursor
  • Proper completions for properties and events

v0.900.2

12 Dec 18:43
Compare
Choose a tag to compare

This release upgrades @angular/language-service to v9.0.0-rc.6.
For a complete change log see here.

Bug fixes:

  • Fixed accessing a string index signature using dot notation
  • Remove getExternalFiles()
  • Fixed JS primitive type name
  • Simplify resolution logic in banner

v0.900.1

06 Dec 23:14
Compare
Choose a tag to compare

Bug fixes:

  • Fixed crash when extension is loaded in VSCode Insiders
  • Fixed error message No metadata found for component
  • Fixed indexed type errors in template
  • Fixed error message Unknown method "bind"
  • Fixed type of exported values in ngFor
  • Fixed error message Component is not included in a module

New features:

  • Syntax highlighting for inline templates
  • Method completions now include parentheses at the end

v0.900.0

25 Nov 17:37
Compare
Choose a tag to compare

This release is a substantial overhaul of the Angular language service that brings
significant performance improvements.

New features:

  • Added "go to definition" for templateUrl and styleUrls.
  • Hover tooltip now shows the NgModule a directive is declared in.
  • Added angular.ngdk config for specifying location of @angular/language-service.
  • Added vscode command to restart the extension.
  • Display loading indicator while project is loading.

v0.900.0-rc.3

20 Nov 23:13
Compare
Choose a tag to compare
v0.900.0-rc.3 Pre-release
Pre-release
release: 0.900.0-rc.3

v9.0.0-rc.2

14 Nov 18:16
Compare
Choose a tag to compare
v9.0.0-rc.2 Pre-release
Pre-release
v0.900.0-rc.2

release: 0.900.0-rc.2

v0.900.0-rc.1

12 Nov 22:36
Compare
Choose a tag to compare
v0.900.0-rc.1 Pre-release
Pre-release
release: 0.900.0-rc.1

v0.900.0-rc.0

31 Oct 22:37
Compare
Choose a tag to compare
v0.900.0-rc.0 Pre-release
Pre-release
release: 0.900.0-rc.0

v0.900.0-next.7

31 Oct 18:05
Compare
Choose a tag to compare
v0.900.0-next.7 Pre-release
Pre-release
  • Upgrade to @angular/language-service 9.0.0-next.15
  • Fixes performance issues with diagnostics