Chunk Case ConverterA 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. 🚀 FeaturesConvert 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 ShortcutYou 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 ✨ UsageHighlight one or more pieces of text Press Ctrl + Alt + C Your selection becomes chunk_case Works with multiple selections at the same time 🧠 ExamplesInput Output myVariableName my_variable_name Hello-World Text hello_world_text userID user_id multi space multi_space 🎥 DemoManual Conversion
📦 CommandsConvert 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 🔧 RequirementsNone. Works out of the box. LicenseMIT License © 2025 Razib Saha See the LICENSE file for details. |
