alfnielsen / vsc-base

Common methods for vscode extensions and vsc-script.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature request: rename folders

jurgen-reconcept opened this issue · comments

The vsc-rename-files extension is really handy for me, thanks! Since I often have a folder structure where the replacable name is also in some of the folder names, it would be great if folder names were also replaced. For example in the case below if I wanted to replace 'form', I would want to also replace the name in everything including folder names starting from the root. Thank you for considering!

form-module
- form-component
-- form-component.html
-- form-component.ts
-- form-component.scss
- form-modal
-- form-modal.html
-- form-modal.ts
-- form-modal.scss

A brand new version of Rename-files has been create (v 2)
It uses web-view to make it easy to have more control plus giving a full preview of what will be rename.
Folders can now renamed as well. (So this issue is fixed)