https://github.com/avin/vscode-toggle-case
https://github.com/avin/vscode-toggle-case
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/avin/vscode-toggle-case
- Owner: avin
- License: mit
- Created: 2025-12-12T13:37:08.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2025-12-12T14:00:49.000Z (6 months ago)
- Last Synced: 2026-01-21T14:10:58.178Z (5 months ago)
- Language: TypeScript
- Size: 215 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Toggle Case
Toggle the letter case of selected text. If any lowercase letter is present, the selection becomes uppercase; if everything is already uppercase (or contains no lowercase letters), the selection becomes lowercase.
## Usage
- Run the command `Toggle Case` (`toggle-case.toggleCase`).
- Default keybinding: `Ctrl+Shift+U` on Windows, Linux, and macOS.
- Remap the shortcut via `File` → `Preferences` → `Keyboard Shortcuts` and search for `Toggle Case`.