ReNameIt is a VSCode extension that automatically suggests new file names based on the content of the file.
Features
Provides suggestions for improved file names.
Allows users to accept or deny the suggestions.
Supports various naming conventions such as camelCase, PascalCase, snake_case, and more.
Supports the following file types:
Markdown (.md)
Plain Text (.txt)
TypeScript (.ts)
Usage
Open a file in VSCode.
(Optional) Set your preferred Naming Convention:
Go to Settings (or press Ctrl + ,).
Search for ReNameIt in the settings.
Choose your preferred naming convention (e.g., camelCase, PascalCase, snake_case, etc.).
Run the command ReNameIt: Improve the name of the current file from the Command Palette (Ctrl+Shift+P).
Choose whether to accept, deny, or retry the renaming process.
Requirements
You need to have an active internet connection to use the extension.