Skip to main content
DevFlow AIDevFlow AI
ToolsDocsFavoritesHistorySettings
Star on GitHubContribute

Free & open source

DevFlow AIDevFlow AI
ToolsDocsFavoritesHistorySettings
Star on GitHubContribute

Free & open source

DevFlow AIDevFlow AI
ToolsVariable Name Wizard

Variable Name Wizard

Generate and convert variable names between conventions

Help

Wizard setup

Variable type
Smart suggestions
Case transformer
Abbreviations

Ready to magic name

Describe the purpose of your variable or paste a name to transform it into professional naming conventions for any language.

About this tool

The Variable Name Wizard suggests clear variable names from a description and converts existing names between conventions like camelCase, PascalCase, snake_case, and kebab-case. Describe what you are naming and get type-aware suggestions that follow best practices. It is a quick fix for naming friction.

How to use it

  1. Describe or paste a name. Enter a description of what you are naming, or an existing identifier.
  2. Get suggestions. Receive multiple clear, convention-following name options.
  3. Convert conventions. Switch any name between camelCase, snake_case, kebab-case, and more.
  4. Copy your pick. Copy the format you need into your code.

Frequently asked questions

What does the Variable Name Wizard do?
It generates clear names from a description and converts names between eight naming conventions.
Is it free?
Yes. It is free and open source, with no login.
Is my input sent to a server?
The core conversions run locally; optional AI suggestions call the provider you select.
Which conventions are supported?
camelCase, PascalCase, snake_case, kebab-case, and others, with automatic detection of the input's convention.
Does it avoid generic names?
Yes. It steers away from vague names like data or value in favor of descriptive, intent-revealing ones.