Case Switcher is a lightweight Visual Studio Code extension that lets you quickly change the case of text directly from the cursor without selecting anything.
With simple keyboard shortcuts, you can instantly convert words to UPPERCASE or lowercase while the cursor intelligently moves across the text.
This extension is designed to speed up everyday coding tasks in HTML, CSS, JavaScript, JSON, and other languages. Live Link
- Convert text to UPPERCASE using a keyboard shortcut
- Convert text to lowercase instantly
- Works directly at the cursor (no text selection required)
- Smart cursor navigation across symbols like
=,",/,<,> - Lightweight and fast
- Works with all programming languages in VS Code
| Shortcut | Action |
|---|---|
| Alt + β | Convert current word to UPPERCASE and move cursor right |
| Alt + β | Convert current word to lowercase and move cursor left |
- Open Extensions in VS Code
- Search for Case Switcher
- Click Install
git clone https://github.com/yourusername/case-switcher
cd case-switcher
npm install
Press F5 in VS Code to launch the extension development host.
case-switcher
β
βββ extension.js
βββ package.json
βββ LICENSE
βββ README.md
βββ public
βββ favicon_hori.png
βββ favicon_square.png
βββ preview.gif
This project is licensed under the MIT License.
Thinakaran Manokaran https://thinakaran.dev/
If you find this extension useful:
- β Star the repository
- π Report issues
- π‘ Suggest features
Contributions are welcome!
