Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(language-service): TS references from template items #37437

Closed
wants to merge 3 commits into from

Commits on Jun 7, 2020

  1. feat(language-service): TS references from template items

    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 angular/vscode-ng-language-service#29
    ayazhafiz committed Jun 7, 2020
    Configuration menu
    Copy the full SHA
    a272254 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    335ea03 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2020

  1. Configuration menu
    Copy the full SHA
    2462974 View commit details
    Browse the repository at this point in the history