Renames file extensions within a directory and its subdirectories.
Supports renaming from one extension to another.
Provides visual feedback for each renamed file.
Requirements
Visual Studio Code
Usage
Launch Visual Studio Code.
Open the directory containing the files you want to rename.
Press Ctrl+Shift+P (or Cmd+Shift+P on macOS) to open the Command Palette.
Type "Rename Extensions" and select the "Rename Extensions" command.
In the input boxes, enter the directory path, target extension, and replacement extension.
Press Enter to start the renaming process.
The extension will traverse the specified directory and rename the file extensions accordingly.
Information messages will be displayed for each renamed file.
Extension Settings
This extension does not provide any customizable settings.
Known Issues
No known issues.
Contributing
Contributions are welcome! If you have any bug reports, suggestions, or improvements, please open an issue or submit a pull request on the GitHub repository.