Skip to content

Matsuyanagi/vscode-split-join-text

Repository files navigation

Split Join texts

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 name description type default value
splitJoinText.defaultSeparator default separator string ","

About

Splitting and joining texts with separators.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published