# 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="/files/YmOaliOpDuPZpjHx0nup" 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.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://jishnujithu.gitbook.io/textify/tools/indent-guides.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
