tomwhite007 / rename-angular-component

VS Code Extension: Rename Angular Component
https://marketplace.visualstudio.com/items?itemName=tomwhite007.rename-angular-component
Other
30 stars 2 forks source link

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

Open tomwhite007 opened 8 months ago

tomwhite007 commented 8 months ago

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.