Skip to content
| Marketplace
Sign in
Visual Studio Code>Formatters>VS SlugNew to Visual Studio Code? Get it now.
VS Slug

VS Slug

Neptune Design

|
9,504 installs
| (3) | Free
Slugify a selection or several selections
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

VS Slug

Use the slugify package.

Screenshot

Demo

Features

Takes a simple text and slug it into a URL compatible string.

Extension Settings

Open Preferences -> Settings

"vs-slug.customReplacements": [["&", " and "]], // Slug custom replacements - Default value : [["&", " and "]]
"vs-slug.decamelize": true, // Slug decamelize - Default value : true
"vs-slug.lowercase": true, // Slug lowercase - Default value : true
"vs-slug.separator": "-", // Slug separator - Default value : "-"

Release Notes

1.0.1

  • Update of security dependencies

1.0.0

  • Update of security dependencies

0.0.2

  • Update of the README.md file

0.0.1

  • Initial release
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft