Skip to content

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

License

Notifications You must be signed in to change notification settings

cronoklee/seltools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published