Skip to content
| Marketplace
Sign in
Visual Studio Code>Formatters>vs-delimiterNew to Visual Studio Code? Get it now.
vs-delimiter

vs-delimiter

morber11

|
113 installs
| (0) | Free
Simple tool for splitting strings highlighted by your cursor
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

vs-delimiter - A simple delimiter and wrapper for Visual Studio Code

Features

Easily delimit or wrap text. Useful for assembling SQL queries from a given string of texts

Delimit and Wrap Text Easily

Completely customizable delimiter and wrap characters

Now available on the marketplace

Requirements

Visual Studio Code

Extension Settings

This extension contributes the following settings:

  • vs-delimiter.delimiter: Specifies the default Delimiter to use. Defaults to a comma ,
  • vs-delimiter.wrapper: Specifies the default Wrapper to use. Defaults to an apostrophe

Release Notes

1.3.0

  • Refresh config on each command invocation (no reload needed after changing settings)
  • Extract command IDs and config keys into named constants
  • Remove explicit activationEvents (auto-detected from contributes.commands)
  • Remove redundant @types/glob dependency
  • Migrate from legacy .eslintrc.json to flat config (eslint.config.js)
  • Stricter linting rules (prefer-const, no-trailing-spaces, eol-last)
  • Add missing tests for single-word, whitespace-only, empty delimiter/wrapper, and multiline composition

1.2.3

Refactor, split logic instead of having it all in extension.ts Update packages Add tests Add marketplace icon

1.1.1

  • Improved multiline support for wrapping and delimiting
  • Preserved whitespace while wrapping and delimiting
  • Removed unused escape character settings
  • Added unit and integration tests

1.1.0

  • Added multiline support

1.0.1

  • Added an escape character for both wrapping and delimiting
  • Removed trailing delimiter at the end of strings

1.0.0

  • Initial release of vs delimiter
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
  • Your Privacy Choices
  • Consumer Health Privacy
© 2026 Microsoft