An open API service indexing awesome lists of open source software.

https://github.com/avin/vscode-toggle-case


https://github.com/avin/vscode-toggle-case

Last synced: 26 days ago
JSON representation

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`.