Angular Follow SelectorThis extension for Visual Studio code enables you to click on Angular selectors in HTML files and be redirected to their definition in the respective component. It can also open the template and styling files directly from the component with a simple click. DemoRequirementsYou need Visual Studio Code with a minimum version of 1.10 and, to be a useful extension, an Angular 2+ project that follows the naming conventions and utilizes Typescript. Known IssuesNone found so far but feel free to log an issue if you encounter something unexpected! 😊 Release Notes1.1.1Fixed an issue where a resource specified in 1.1.0Added a new feature that lets you open the template and styling files directly from the component. (Thanks Jeremy Flowers for the suggestion!) 1.0.0Initial release of Angular Follow Selector. |