misc-text-util
Additional text manipulation functions such as: sorting, selected text from separation from line to comma or comma to line, block commenting a selection (/* ... */) and wrapping selection in double or single quotes.
KevinOnEarth 591 0 0.3.3 MIT GitHub

misc-text-util package

Miscellaneous Text Util provides some text manipulation functions.

  • Convert line separated selected text to a comma separated list (and back)
  • Wrap lines in single or double quotes
  • Wrap selected text with a block comment (/* ... */)
  • Sort selected text either ascending or descending

release 0.3.1:

  • fixed syntax error that prevented keymappings from working displaying in the menu drop down
  • fixed syntax error that prevented the menu from executing properly
  • added ability to wrap selection in single or double quote to the menu only.

release 0.3.0:

  • added ability to add braces and parens around selected Text