A powerful VS Code extension that allows you to convert text between different case formats instantly. Built using the all-in-one-text-case-converter library.
Features
Right-click context menu for quick text case conversion
Command palette integration for all conversion commands
Multiple case formats supported:
camelCase
snake_case
kebab-case
PascalCase
CONSTANT_CASE
Title Case
lowercase
UPPERCASE
Show all formats command to see all conversions at once
Case detection to identify the current format
Usage
Context Menu (Right-click)
Select text in any editor
Right-click to open context menu
Choose "Convert Case" → select your desired format
Text is instantly converted!
Command Palette
Select text in any editor
Press Ctrl+Shift+P (Cmd+Shift+P on Mac)
Type "Convert" or "Text Case"
Choose your desired conversion command
Available Commands
Text Case Converter: Convert to camelCase
Text Case Converter: Convert to snake_case
Text Case Converter: Convert to kebab-case
Text Case Converter: Convert to PascalCase
Text Case Converter: Convert to CONSTANT_CASE
Text Case Converter: Convert to Title Case
Text Case Converter: Convert to lowercase
Text Case Converter: Convert to UPPERCASE
Text Case Converter: Show All Case Formats
Examples
Original text:hello beautiful world
camelCase:helloBeautifulWorld
snake_case:hello_beautiful_world
kebab-case:hello-beautiful-world
PascalCase:HelloBeautifulWorld
CONSTANT_CASE:HELLO_BEAUTIFUL_WORLD
Title Case:Hello Beautiful World
Requirements
VS Code version 1.104.0 or higher
Extension Settings
This extension doesn't require any additional settings.
Known Issues
None at this time. Please report any issues on the GitHub repository.