Auto Pascal Files is a Visual Studio Code extension that automatically renames newly created files to PascalCase, improving organization and readability across your project.
Features
Automatic Renaming: Instantly converts the names of newly created files to PascalCase (e.g., my file.txt becomes MyFile.txt).
Toggle Functionality: Easily enable or disable the automatic renaming feature at any time using the Pascal Case Toggle command, accessible through the status bar.
Requirements
Visual Studio Code: Requires version 1.50.0 or higher.
Usage
Automatic Renaming: When you create a new file, this extension will rename it to PascalCase automatically.
Toggle Extension: To enable or disable automatic renaming, click the Pascal Case Toggle button in the status bar or run the Pascal Case Toggle command from the Command Palette.
Extension Settings
This extension does not currently add specific settings to the VS Code configuration. The automatic renaming feature is toggled on or off using the status bar toggle.
Known Issues
Naming Conflicts: The extension may encounter issues if a file with the intended PascalCase name already exists in the directory. Make sure to keep file names unique to avoid conflicts.
Delayed Renaming: The automatic renaming feature may not trigger if the file is created immediately after a previous rename action.
Release Notes
0.0.1
Initial release of Auto Pascal Files.
Added automatic PascalCase renaming for newly created files.
Added toggle functionality to enable or disable automatic renaming.
Enjoy organized file naming with Auto Pascal Files!