Skip to content

Latest commit

 

History

History
57 lines (37 loc) · 1.85 KB

README.md

File metadata and controls

57 lines (37 loc) · 1.85 KB

SelTools Logo

SELECTION TOOLS (SELTOOLS) FOR VS CODE

A collection of mini-tools to manipulate selected or pasted text efficiently in Visual Studio Code.


FEATURES

SelTools provides multiple commands to modify text selections quickly and efficiently.

AVAILABLE COMMANDS:

  1. Swap Quotes (Command: seltools.swapQuotes)

    • Converts single quotes to double quotes and vice versa.
    • Shortcut: Alt + 2
  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)
  3. Wrap Text (Command: seltools.wrapText)

    • Wraps selected text with custom characters (e.g., brackets, HTML tags).
    • Shortcut: Ctrl + Alt + W
  4. Count Words & Characters (Command: seltools.countWordsChars)

    • Displays word, character, line count, and file size of the selected text.
    • Shortcut: Ctrl + Alt + C
  5. Toggle Case (Command: seltools.toggleCase)

    • Switches between uppercase, lowercase, title case, and capitalized first word.
    • Shortcut: Ctrl + Alt + T

CONFIGURATION

If hotkeys dont work, you may need to set them manually in File > Preferences > Keyboard shortcuts


LICENSE

This extension is licensed under the MIT License.


FEEDBACK & ISSUES

If you encounter any issues or have feature requests, please open an issue on GitHub: https://github.com/cronoklee/seltools/issues