Case Converter
The Case Converter in Textify is a simple yet powerful tool for transforming the selected text into various naming or text formatting styles—ideal for code refactoring and cleaning up inconsistent text.

📍 Location
Text Editor Menu → Format → Convert Case To
🔧 Supported Case Styles
You can convert the currently selected text into the following formats:
UPPER CASE
my variableName
→ MY VARIABLENAME
lower case
my variableName
→ my variablename
Title Case
my variableName
→ My Variablename
Capitalize
my variableName
→ My variablename
(first word)
snake_case
my variableName
→ my_variablename
CamelCase
my variableName
→ MyVariableName
❓How to Use
Open a text block in Blender’s Text Editor.
Select the portion of text you want to convert.
Go to Format → Convert Case To.
Choose your desired case from the dropdown menu.
The selected text will be instantly replaced with the new format.
Last updated