Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>All in One Text Case ConverterNew to Visual Studio Code? Get it now.
All in One Text Case Converter

All in One Text Case Converter

MSQ Development Studio

|
2 installs
| (0) | Free
Convert text between different cases (camelCase, snake_case, kebab-case, etc.) using context menu and commands
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Text Case Converter

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)

  1. Select text in any editor
  2. Right-click to open context menu
  3. Choose "Convert Case" → select your desired format
  4. Text is instantly converted!

Command Palette

  1. Select text in any editor
  2. Press Ctrl+Shift+P (Cmd+Shift+P on Mac)
  3. Type "Convert" or "Text Case"
  4. 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.

Release Notes

0.0.1

Initial release of Text Case Converter extension:

  • Context menu integration
  • Command palette support
  • Multiple case format conversions
  • Show all formats functionality

Credits

Built using the all-in-one-text-case-converter library.


Enjoy converting your text cases efficiently! 🚀

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