Split Join texts

April 4, 2018 ยท View on GitHub

Features

  • Specify a separator and split the text into multiple lines.
  • Specify a separator and join selected lines.

Split and join text.

Split and join text.

Split, delete separator and join text.

Split, delete separator and join text.

Available command

  • extension.splitText : Specify a separator and split the text into multiple lines.
  • extension.splitTextAndDeleteSeparator : Specify a separator and split the text into multiple lines, and delete separators.
  • extension.joinText : Specify a separator and join texts of a few rows of lines.
  • extension.joinTextAndDeleteIndent : Specify a separator and join selected lines, and delete indent spaces.(/^\s*/)

Extension Settings

parameter namedescriptiontypedefault value
splitJoinText.defaultSeparatordefault separatorstring","