FAQ: Why are there lines in the text editor and can I get rid of them?
The gray vertical lines in the text editor are intentional!
Last updated - June 29, 2026
The gray vertical lines you see in your text editor are known as indentation lines. These are a visual representation of each tab in your code.
-Jun-29-2026-10-20-12-8254-PM.png?width=670&height=419&name=screenshot-rocks%20(19)-Jun-29-2026-10-20-12-8254-PM.png)
Indentation lines are useful in HTML, for matching opening and closing tags, and Python where indentation is very important. They are a great tool for keeping your code clean and organized.
These indentation lines are built into the platform and cannot be removed.