angular-cn/packages/language-service/test/project/app
Ayaz Hafiz 55979fe0ae feat(language-service): TS references from template items (#37437)
Keen and I were talking about what it would take to support getting
references at a position in the current language service, since it's
unclear when more investment in the Ivy LS will be available. Getting TS
references from a template is trivial -- we simply need to get the
definition of a symbol, which is already handled by the language
service, and ask the TS language service to give us the references for
that definition.

This doesn't handle references in templates, but that could be done in a
subsequent pass.

Part of https://github.com/angular/vscode-ng-language-service/issues/29

PR Close #37437
2020-06-08 17:23:49 -07:00
..
app.component.ts feat(language-service): TS references from template items (#37437) 2020-06-08 17:23:49 -07:00
main.ts fix(language-service): Improve signature selection by finding exact match (#37494) 2020-06-08 17:23:12 -07:00
parsing-cases.ts feat(language-service): TS references from template items (#37437) 2020-06-08 17:23:49 -07:00
test.css test(language-service): Create proper test project (#32653) 2019-09-18 13:07:01 -07:00
test.ng test(language-service): Remove all markers from test project (#37475) 2020-06-08 10:25:42 -07:00