Transforms the text that is highlighted by the cursor in the vs code editor.
Current supported case : Title Case, UPPER CASE, lower case.
Future updates: Will add snake_case, camelCase.
Keyboard Shortcuts:
- CTRL + SHIFT + U -> UPPER CASE.
2β¦
Transforms the text that is highlighted by the cursor in the vs code editor.
Current supported case : Title Case, UPPER CASE, lower case.
Future updates: Will add snake_case, camelCase.
Keyboard Shortcuts:
- CTRL + SHIFT + U -> UPPER CASE.
- CTRL + SHIFT + L -> lower case.
- CTRL + SHIFT + T -> Title Case.
Used AI to setup the project.