angular-cn/packages/language-service/ivy
Alex Rickabaugh 93a83266f9 feat(language-service): autocompletion within expression contexts (#39727)
This commit adds support to the Language Service for autocompletion within
expression contexts. Specifically, this is auto completion of property reads
and method calls, both in normal and safe-navigational forms.

PR Close #39727
2020-12-10 11:09:53 -08:00
..
test feat(language-service): autocompletion within expression contexts (#39727) 2020-12-10 11:09:53 -08:00
BUILD.bazel refactor(compiler-cli): provide a host to readConfiguration (#39619) 2020-11-17 14:45:09 -08:00
adapters.ts refactor(language-service): language_service_adapter -> adapters (#39619) 2020-11-17 14:45:09 -08:00
compiler_factory.ts fix(compiler-cli): track poisoned scopes with a flag (#39923) 2020-12-03 13:42:13 -08:00
completions.ts feat(language-service): autocompletion within expression contexts (#39727) 2020-12-10 11:09:53 -08:00
definitions.ts refactor(compiler-cli): Add additional shim locations to reference and variable symbols (#39715) 2020-11-19 12:15:21 -08:00
display_parts.ts refactor(compiler-cli): Add additional shim locations to reference and variable symbols (#39715) 2020-11-19 12:15:21 -08:00
language_service.ts feat(language-service): implement autocompletion for global properties (Ivy) (#39250) 2020-12-04 10:19:45 -08:00
quick_info.ts refactor(compiler-cli): Add additional shim locations to reference and variable symbols (#39715) 2020-11-19 12:15:21 -08:00
references.ts refactor(compiler-cli): expose TTC method to determine if file is tracked shim (#39768) 2020-12-02 12:54:22 -08:00
template_target.ts feat(language-service): Add "find references" capability to Ivy integrated LS (#39768) 2020-12-02 12:54:21 -08:00
ts_plugin.ts feat(language-service): implement autocompletion for global properties (Ivy) (#39250) 2020-12-04 10:19:45 -08:00
ts_utils.ts refactor(language-service): Use compiler APIs in Ivy to get definitions for external resources (#39476) 2020-11-06 09:17:33 -08:00
utils.ts feat(language-service): Add "find references" capability to Ivy integrated LS (#39768) 2020-12-02 12:54:21 -08:00