Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Chunk CaseNew to Visual Studio Code? Get it now.
Chunk Case

Chunk Case

Razib Saha

|
1 install
| (0) | Free
Convert variables into chunk based formats for a better readability and formatting.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Chunk Case Converter

A simple, fast, and reliable tool for converting selected text into chunk_case. Built for developers who just want the damn text to transform correctly — across multiple cursors, any file, any language.

🚀 Features

Convert selected text to chunk_case

Supports multiple cursors

Works in any language or file type

Smart text parsing (keeps word boundaries, handles mixed-case input)

Zero configuration — just install and use

⚡ Keyboard Shortcut

You can trigger the conversion instantly with:

Ctrl + Alt + C

Select any text → press the hotkey → done.

Default Keybinding (for reference) { "command": "chunkcase.convert", "key": "ctrl+alt+c", "when": "editorTextFocus && editorHasSelection" }

If this combo conflicts with your setup, feel free to change it:

File → Preferences → Keyboard Shortcuts Search: Convert to Chunk Case

✨ Usage

Highlight one or more pieces of text

Press Ctrl + Alt + C

Your selection becomes chunk_case

Works with multiple selections at the same time

🧠 Examples

Input Output myVariableName my_variable_name Hello-World Text hello_world_text userID user_id multi space multi_space

🎥 Demo

Manual Conversion

Chunk Case Demo

📦 Commands

Convert to Chunk Case

Command ID: chunkcase.convert

Used by the keybinding and command palette.

You can trigger it manually via:

Ctrl + Shift + P → Convert to Chunk Case

🔧 Requirements

None. Works out of the box.

License


MIT License © 2025 Razib Saha See the LICENSE file for details.

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