Best VSCode String Manipulation Extension

Transform text instantly in VSCode and Cursor with 25+ string manipulation commands. Convert to camelCase, snake_case, clean text, increment numbers, and more. Free open-source extension with instant preview for developers.

VSCode - String Manipulation
1
const user_name = "john doe";
2
const API_BASE_URL = "https://api.example.com";
3
const user_email = "JOHN.DOE@EXAMPLE.COM";
4
const items = ["item_1", "item_2", "item_3"];
5
const file name = "document.txt";
> Transform to camelCase
Select text and press โŒ˜+P to transform

VSCode String Manipulation Features

The most comprehensive text transformation tool for VSCode and Cursor editors

๐Ÿ“

VSCode Text Case Transformations

Convert text to camelCase, snake_case, PascalCase, kebab-case, SCREAMING_SNAKE_CASE, and more. Perfect for developers working with different naming conventions in VSCode and Cursor.

hello world โ†’ helloWorld
๐Ÿงน

Text Cleaning

Clean whitespace, remove diacritics, humanize text, and create URL-friendly slugs.

Multiple Spaces โ†’ Multiple Spaces
๐Ÿ”ข

Number Operations

Increment, decrement, generate sequences, and manipulate numeric values effortlessly.

item-1, item-2 โ†’ item-2, item-3
โšก

Instant Preview

See transformation results before applying them. Perfect for experimenting with different formats.

Real-time feedback โ†’ No surprises!
๐ŸŽฏ

Multi-Selection Support

Transform multiple text selections simultaneously. Perfect for bulk operations.

Select multiple โ†’ Transform all
๐Ÿงช

Labs Features

Experimental features for advanced users. Enable cutting-edge transformations in settings.

Experimental โ†’ Innovative

VSCode String Manipulation Commands

Complete list of text transformation commands available in this VSCode extension

Case Transformations

  • Camelize
  • Capitalize
  • Decapitalize
  • Dasherize
  • Screaming Snake Case
  • Sentence Case
  • Snake Case
  • Swap Case
  • Titleize (AP & Chicago)
  • Random Case

Text Cleaning

  • Clean Spaces
  • Clean Diacritics
  • Humanize
  • Slugify
  • Truncate
  • Prune

Number Operations

  • Increment Numbers
  • Decrement Numbers
  • Generate Sequence
  • Duplicate & Increment
  • Float Manipulation

Utilities

  • Repeat Last Action
  • Swap Quotes
  • Unicode Conversion

How to Use VSCode String Manipulation

Step-by-step guide to transform text in VSCode and Cursor

1

Select Text

Highlight the text you want to transform in VSCode

2

Open Command Palette

Press โŒ˜+P (Mac) or Ctrl+P (Windows/Linux)

3

Choose Transformation

Type the desired transformation command and see instant preview

4

Apply & Done

Press Enter to apply the transformation to your text

Ready to Transform Your VSCode Workflow?

Join thousands of developers who use this VSCode String Manipulation extension to streamline their text processing tasks. Free, open-source, and works perfectly with both VSCode and Cursor editors.