Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>IdentifizeNew to Visual Studio Code? Get it now.
Identifize

Identifize

Finite Wisdom

|
2,374 installs
| (0) | Free
The Identifize extension for Visual Studio Code makes it easy to format identifiers by replacing non-alphanumeric characters in the selection with either hyphens or underscores, and forcing the entire string to either lowercase or uppercase.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Identifize README

The Identifize extension for Visual Studio Code makes it easy to format identifiers by replacing non-alphanumeric characters in the selection(s) with either hyphens or underscores, and forcing the entire string to either lowercase or uppercase.

This is useful for environments that have a convention for how identifiers are formatted. For example, identifiers with uppercase letters and underscores (e.g. NEW_STORE_COUNT) are often used in C/C++. Identifiers with hyphens (e.g. new-store-table-id) are often used in CSS, while lowercase identifiers with underscores (e.g. new_store_count) are often used in SQL.

The commands made available in the Command Palette by this extension are:

Commands available in the command palette

You can configure the default keyboard shortcuts for these commands using the Keyboard Shortcuts page:

Keyboard shortcuts for commands

Questions, comments or concerns?

Contact us at Finite Wisdom.

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