Home > Enterprise >  How to enable Intellisense for VS Code & Angular
How to enable Intellisense for VS Code & Angular

Time:09-02

I wish to be able to right-click on the tag and dill 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

CodePudding user response:

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

  • Related