Vertical Line in Android Studio

Jagruttam Panchal picture Jagruttam Panchal · Jan 11, 2017 · Viewed 13.9k times · Source

I don't know why but sometime in Android Studio Editor, it shows vertical line as shown in screenshot below.

Don't know about other editor but it happens in Android Studio.

So why it is showing and how to hide it?

Android Studio shows Vertical Line in Editor

Answer

Luca Corradi picture Luca Corradi · Jan 11, 2017

That line historically represents the margin of A4 paper, which is useful only if you need to print the code. Old school says that you should keep your code inside that margin, to guarantee much portability.

But.. nowadays in the real life, it makes no sense to me! Because we always use advanced editors, bigger displays, and I never needed to print any single line of code.

So, if you want to do it:

Newer versions

Editor -> General -> Appearance -> Show hard wrap guide

Older versions

Editor -> General -> Appearance -> Show right margin

or

Editor -> Appearance -> Show right margin

For Mac

To remove line go to:- Preference-> Editor -> General -> Appearance -> Show hard wrap and visual guides. Uncheck it to remove.