# Indent Guides

The **Indent Line** feature adds subtle vertical guide lines in Blender’s Text Editor to indicate indentation levels—similar to the visual style found in editors like **VS Code**. This helps you quickly identify code blocks, especially when working with nested structures like functions, loops, and conditionals.

<figure><img src="https://1369578556-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FDnkuhGf8ejPBS5cgVCH0%2Fuploads%2FOUuEBrCIjD7NOW3kQcL5%2F20250820-0851-487918999.gif?alt=media&#x26;token=4dd38830-a436-422e-b6f5-8cc716e3170c" alt=""><figcaption></figcaption></figure>

***

### **❓How It Works**

* The addon calculates the indentation level of each line in the text editor.
* It draws a light vertical guide at each indent level.
* The guides update in real-time as you type, delete, or adjust indentation.
* Works with both **spaces** and **tabs** (follows your Blender Text Editor indentation settings).

***

### **🛠️Usage**

1. Open **Blender’s Text Editor**.
2. Load or create a new text file.
3. In the **Text Editor**, locate the **Textify** popover in the header.
4. Check the box for **Indent Line**.
5. Begin editing — indent guides will appear automatically.
