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

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
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
| |