A powerful Visual Studio Code extension for quickly modifying strings using a variety of operations.
- Replace specific substrings within your text
- Remove characters up to a defined occurrence
- Convert backward slashes (
\) to forward slashes (/) - Trim leading and trailing whitespace from each line
- Open the String Modifier sidebar from the Activity Bar.
- Enter or paste the string you want to modify.
- Select your desired modification options:
- Replace substrings
- Remove characters up to a certain point
- Convert slashes
- Trim whitespace
- Click Modify to apply the changes.
- Use the copy button to copy the modified text.
To install the String Modifier extension manually:
- Download the
.vsixfile here or from the releases page. - Open Visual Studio Code.
- Go to the Extensions view by clicking the Extensions icon in the Activity Bar.
- Click the three-dot menu in the top right and select Install from VSIX...
- Select the downloaded
.vsixfile and click Install. - Reload VS Code if prompted.
The extension is now ready to use.
String Modifier does not collect, store, or transmit any user data. All operations are performed locally within your VS Code session.
This extension does not add any custom settings to VS Code.
- Initial release with string replacement, character removal, slash conversion, and whitespace trimming features.
This project is licensed under the MIT License. Read the full license here: MIT License