This extension allows you to quickly move a file into a new folder directly from the VS Code file explorer context menu. The folder is created in the same directory as the file, and you can specify the folder name (defaulting to the file name).
Features
Move Files Easily: Right-click a file in the file explorer and choose Move File to Folder.
Custom Folder Name: Prompt to name the folder, with the file name as the default.
Seamless Integration: Automatically creates the folder and moves the file in one step.
How to Use
Right-click a file in the Explorer.
Select Move File to Folder from the context menu.
Enter a folder name when prompted, or press Enter to use the default (file name).
The extension will:
Create the folder in the same directory as the file.