A collection of mini-tools to manipulate selected or pasted text efficiently in Visual Studio Code.
SelTools provides multiple commands to modify text selections quickly and efficiently.
AVAILABLE COMMANDS:
-
Swap Quotes (Command: seltools.swapQuotes)
- Converts single quotes to double quotes and vice versa.
- Shortcut: Alt + 2
-
Format CSS (Command: seltools.cssFormat)
- Removes line breaks and extra whatespace in pasted CSS code.
- Shortcut: Ctrl + Shift + V (Windows/Linux) / Cmd + Shift + V (Mac)
-
Wrap Text (Command: seltools.wrapText)
- Wraps selected text with custom characters (e.g., brackets, HTML tags).
- Shortcut: Ctrl + Alt + W
-
Count Words & Characters (Command: seltools.countWordsChars)
- Displays word, character, line count, and file size of the selected text.
- Shortcut: Ctrl + Alt + C
-
Toggle Case (Command: seltools.toggleCase)
- Switches between uppercase, lowercase, title case, and capitalized first word.
- Shortcut: Ctrl + Alt + T
If hotkeys dont work, you may need to set them manually in File > Preferences > Keyboard shortcuts
This extension is licensed under the MIT License.
If you encounter any issues or have feature requests, please open an issue on GitHub: https://github.com/cronoklee/seltools/issues