rename-angular-component
rename-angular-component copied to clipboard
Feature request: Limit rename selector in templates to VSCode's current workspace multi-folder root
Is your feature request related to a problem? Please describe. VS Code is able to open multiple project folders inside a VS Code Workspace. The Renamer process currently will change all selectors in all open folders, including projects that may have the same named component.
Describe the solution you'd like Filter out project folders that don't contain the component being renamed so that selector changes only apply to the current project folder.