Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>CapitalizrNew to Visual Studio Code? Get it now.
Capitalizr

Capitalizr

ALECAKIR

|
1 install
| (0) | Free
Toggle first letter case of files and folders
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Capitalizr Icon

Capitalizr 🅰️↔️🅰️

Capitalizr is a streamlined, user-friendly Visual Studio Code extension designed specifically to toggle the first letter case (uppercase to lowercase, or vice versa) of filenames and folder names with ease. It integrates seamlessly into your workflow by providing both Command Palette and Explorer context menu options, enhancing productivity and maintaining consistent naming conventions effortlessly.

✨ Features

  • Single-click Toggle: Easily switch the first letter case of any file or folder directly from the VS Code Explorer context menu.
  • Active File Toggle: Quickly toggle the case of the active file's name from the Command Palette, optimizing your workflow.
  • Automatic Handling of Unsaved Files: If the active file hasn't been saved yet (e.g., "Untitled-1"), Capitalizr automatically prompts you to save the file before proceeding, ensuring no data loss.

🚀 Installation

You can install Capitalizr directly from the VS Code Marketplace:

  1. Open Visual Studio Code.
  2. Press Ctrl+Shift+X (Windows/Linux) or Cmd+Shift+X (macOS) to open the Extensions sidebar.
  3. Search for "Capitalizr" and click "Install."

Alternatively, clone this repository and install manually:

git clone https://github.com/ALECAKIR/Capitalizr.git
cd Capitalizr
npm install
npm run compile

Launch the Extension Development Host by pressing F5.

🖱️ Usage

Command Palette

  • Open the Command Palette (Cmd+Shift+P on macOS, Ctrl+Shift+P on Windows/Linux).
  • Type Toggle First Letter Case of Active File and hit Enter to toggle the first letter of the currently active file.

Explorer Context Menu

  • Right-click on any file or folder in the Explorer sidebar.
  • Select Toggle First Letter Case (Context Menu) to quickly toggle the first letter of the selected item's name.

📸 Screenshots

Capitalizr Demo

🤝 Contributing

Contributions are highly welcomed! Please follow these steps to contribute:

  1. Fork this repository.
  2. Create a new branch (git checkout -b feature/my-feature).
  3. Commit your changes (git commit -m 'Added my feature').
  4. Push your changes (git push origin feature/my-feature).
  5. Open a Pull Request.

📃 License

This project is licensed under the MIT License. See the LICENSE file for details.

📩 Support and Issues

Encountered an issue or have feedback? Please open an issue on GitHub. Your input is greatly appreciated!

Enjoy using Capitalizr! 🚀

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft