- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 633
Closed
Labels
Description
Is your feature request related to a problem? Please describe.
After a while, the project usually need to be refactored. It requires a lot of creating/moving/renaming folders. The repetitive makes me less productive.
Describe the solution you'd like
The ability to select files/folders, then combine with next action.
Example of using:
- I select a folder
/example
(with lot of files/folders inside it) - Run refactor, type new name
new-folder
- The structure now is
/new-folder/example/...
Another example of using I posted in discussion #1232
Describe alternatives you've considered
Another "lite" version could be add-and-move
the current file/folder that the cursor is staying on top.
- Move the cursor on top of a file,
/example.ts
. - Run
add-and-move
, typenew-folder/
- The new structure will be
/new-folder/example.ts
Additional context
I will update when I can have more information of it.
Metadata
Metadata
Assignees
Labels
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity
kyazdani42 commentedon Jul 12, 2022
Hi @sangdth, will that be closed by #1419 ?
mario-amazing commentedon Aug 28, 2022
@kyazdani42 I didn't find multi rename at once feature like in fern.
Could I request it in this issue or should I create a new one?
alex-courtis commentedon Aug 29, 2022
Multi rename is a possibility. There are many ways it could be achieved.
Please open a feature request specifying: