Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to get rid of these vertical lines in the editor

I can't stand these little vertical and horizontal lines in my code that show code structure. I've disabled Visual Guides and Indent Guides in the settings but they're still visible. I'm using Android Studio 3.4.2.

Please help :-)

Android Studio editor view

like image 870
bart van deenen Avatar asked Mar 04 '23 18:03

bart van deenen


1 Answers

Disable the Show UI Guides for build methods option in File | Settings | Languages & Frameworks | Flutter:

Show UI Guides for build methods

like image 165
CrazyCoder Avatar answered Mar 10 '23 11:03

CrazyCoder