https://github.com/wikunia/brackets-togglecase
Toggle the case of the current word
https://github.com/wikunia/brackets-togglecase
Last synced: 13 days ago
JSON representation
Toggle the case of the current word
- Host: GitHub
- URL: https://github.com/wikunia/brackets-togglecase
- Owner: Wikunia
- License: mit
- Created: 2015-02-09T22:58:50.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2023-03-18T18:59:12.000Z (almost 3 years ago)
- Last Synced: 2025-10-06T03:11:18.325Z (5 months ago)
- Language: JavaScript
- Size: 145 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ToggleCase
Use the shortcut `Alt-Shift` to toggle the case of the current word.
For example you are writing a text and you started your word with a lowercase letter but it must be uppercase.
The normal way would be some stuff like `Ctrl-Left` and then changing the first letter. With `ToggleCase` you can use `Alt-Shift`.