Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Camel-to-SnakeNew to Visual Studio Code? Get it now.
Camel-to-Snake

Camel-to-Snake

Shreeya Sharma

| (0) | Free
It Changes your camelCase variable name to snake-case name
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Camel to Snake Case

A VS Code extension that converts all camelCase identifiers in a file to snake_case with one click.


Features

  • Convert all camelCase variables to snake_case
  • One-click action from right-click menu
  • Works on the entire file
  • Lightweight and fast

Usage

  1. Open a file
  2. Right-click anywhere in the editor
  3. Click Convert all camelCase to snake_case

Example

Before:

const myAwesomeHTTPServer = true;
function parseJSONData() {}


const my_awesome_http_server = true;
function parse_json_data() {}


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