Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Slugify filenameNew to Visual Studio Code? Get it now.
Slugify filename

Slugify filename

patressz

|
80 installs
| (0) | Free
This extension add support for slugify the filename
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Slugify filename

This extension adds the ability to slugify a file name by clicking on it in the VSCode side panel.

Usage

  1. Right-click on the file in the VSCode side panel.
  2. Select the Slugify filename option.
  3. The file name will be changed to its slugified version.

Please note that you can only process one file at a time with this extension. Each file needs to be selected and processed individually.

Example

  • Before: "This is a file with #special characters!.txt"
  • After: "this-is-a-file-with-special-characters.txt"

To set a default value for the separator that is used when slugifying file names, the user can follow these steps:

  1. Press Ctrl/Cmd + Shift + P to open the command palette.
  2. Search for Slugify Filename: Set Default Slugify Separator.
  3. Enter the desired separator character in the prompt that appears.
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft