Skip to content

Latest commit

Β 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Case Switcher – Cursor Based Uppercase & Lowercase for VS Code

Case Switcher Preview

πŸš€ Overview

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


✨ Features

  • 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

⌨️ Keyboard Shortcuts

Shortcut Action
Alt + β†’ Convert current word to UPPERCASE and move cursor right
Alt + ← Convert current word to lowercase and move cursor left

πŸ–Ό Preview

Extension Demo


πŸ›  Installation

From VS Code Marketplace

  1. Open Extensions in VS Code
  2. Search for Case Switcher
  3. Click Install

Manual Installation

git clone https://github.com/yourusername/case-switcher
cd case-switcher
npm install

Press F5 in VS Code to launch the extension development host.


πŸ“¦ Project Structure

case-switcher
β”‚
β”œβ”€β”€ extension.js
β”œβ”€β”€ package.json
β”œβ”€β”€ LICENSE
β”œβ”€β”€ README.md
└── public
    β”œβ”€β”€ favicon_hori.png
    β”œβ”€β”€ favicon_square.png
    └── preview.gif

πŸ“„ License

This project is licensed under the MIT License.


πŸ‘¨β€πŸ’» Author

Thinakaran Manokaran https://thinakaran.dev/


⭐ Support

If you find this extension useful:

  • ⭐ Star the repository
  • 🐞 Report issues
  • πŸ’‘ Suggest features

Contributions are welcome!

About

⚑ Instantly convert text to UPPERCASE or lowercase in VS Code using simple keyboard shortcuts. Works directly from the cursor with smart navigation - no text selection required. Boost your coding productivity πŸš€

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Packages

Contributors

Languages