vscode-ng-language-service

Angular extension for Visual Studio Code

MIT License

Downloads
14K
Stars
758
Committers
38

Bot releases are visible (Hide)

vscode-ng-language-service - https://github.com/angular/vscode-ng-language-service/releases/tag/v0.900.13

Published by mary-poppins over 4 years ago

vscode-ng-language-service -

Published by mary-poppins over 4 years ago

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

Bug fixes:

  • Suggest ? and ! operator on nullable receiver (#35200) (3cc24a9)
vscode-ng-language-service -

Published by mary-poppins over 4 years ago

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

vscode-ng-language-service -

Published by mary-poppins over 4 years ago

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

vscode-ng-language-service -

Published by kyliau over 4 years ago

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

Bug fixes:

  • more accurate and specific binding scopes (#598)
  • check that a language service exists for discovered projects (#562)
vscode-ng-language-service -

Published by kyliau over 4 years ago

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

New features:

  • completions for output $event properties in (#34570) (2a53727)
  • provide completion for $event variable (#34570) (c246787)
  • provide hover for microsyntax in structural directive (#34847) (baf4a63)

Bug fixes:

  • prune duplicate returned definitions (#34995) (71f5417)
  • remove repeated symbol definitions for structural directive (#34847) (35916d3)
  • warn, not error, on missing context members (#35036) (0e76821)
  • enable debug mode only when it is strictly turned on
vscode-ng-language-service -

Published by mary-poppins over 4 years ago

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

New features:

  • Specific suggestions for template context diags (#34751) (cc7fca4)
  • Support multiple symbol definitions (#34782) (2f2396c)

Bug fixes:

  • Diagnostic span should point to class name (#34932) (c9db7bd)
vscode-ng-language-service -

Published by mary-poppins over 4 years ago

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

It also upgrades vscode-languageclient and vscode-languageserver to major
version 6.

New features:

  • Completions support for template reference variables
  • Provide completion for $event variable
  • Support hover/definitions for structural directive
  • Add grammar for template bindings
vscode-ng-language-service -

Published by mary-poppins over 4 years ago

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

It also upgrades typescript to v3.7.4.

New features:

  • Support hover/definitions for structural directive
  • More detailed grammar scopes for template property binding syntax
  • Textmate grammar for template event bindings
  • Reenable probing language service and tsserver from active workspace
  • Priortize workspace version when resolving ts and ng
  • Add grammar for two-way bindings
  • Trigger autocomplete on '$' character
  • Upgrade vscode-jsonrpc to major version v5

Bug fixes:

  • Language service works with HTML without TS files open
  • Fix CRLF offset in inline template
  • Do not use an i18n parser for templates
  • Require min typescript v3.7
vscode-ng-language-service -

Published by mary-poppins almost 5 years ago

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
vscode-ng-language-service -

Published by mary-poppins almost 5 years ago

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
vscode-ng-language-service -

Published by mary-poppins almost 5 years ago

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
vscode-ng-language-service -

Published by mary-poppins almost 5 years ago

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
vscode-ng-language-service -

Published by mary-poppins almost 5 years ago

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.
vscode-ng-language-service -

Published by mary-poppins almost 5 years ago

vscode-ng-language-service - v9.0.0-rc.2

Published by mary-poppins almost 5 years ago

vscode-ng-language-service - v0.900.0-rc.1

Published by mary-poppins almost 5 years ago

vscode-ng-language-service - v0.900.0-rc.0

Published by mary-poppins almost 5 years ago

vscode-ng-language-service - v0.900.0-next.7

Published by mary-poppins almost 5 years ago

  • Upgrade to @angular/language-service 9.0.0-next.15
  • Fixes performance issues with diagnostics
vscode-ng-language-service - v0.900.0-next.6

Published by mary-poppins almost 5 years ago

This is the pre-RC release of the new extension.
Upgrade to @angular/language-service 9.0.0-next.14