skip to Main Content

I wish to be able to right-click on the tag and drill into the implementation or from inside the component implementation right-click > find all references > and drill back to this tag. Is there a VS Code extension or Setting that can help?

This picture shows the error when trying "Go to Implementations".

enter image description here

2

Answers


  1. I believe that it is Angular Follow Selector extension that you are looking for 😃

    https://marketplace.visualstudio.com/items?itemName=sanderledegen.angular-follow-selector

    Login or Signup to reply.
  2. You can install the Angular Language Service extension for VS Code by Angular. Check it here: https://marketplace.visualstudio.com/items?itemName=Angular.ng-template

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search