rename-angular-component icon indicating copy to clipboard operation
rename-angular-component copied to clipboard

Feature request: Limit rename selector in templates to VSCode's current workspace multi-folder root

Open tomwhite007 opened this issue 1 year ago • 0 comments

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.

tomwhite007 avatar Jan 15 '24 17:01 tomwhite007