Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android studio methods separator

How to add line separator afer every method.

like this:

Line separator android studio

like image 676
Adnan Avatar asked Jun 22 '16 13:06

Adnan


2 Answers

Simply enable in settings

Appearance: Show method separators

Or hit Shift 2 times in Editor Area and type method separators

enter image description here

like image 69
Veaceslav Gaidarji Avatar answered Oct 23 '22 22:10

Veaceslav Gaidarji


Go to Preferences > Editor > General > Appearance > Show method separators > check the box

enter image description here

like image 34
Tim Avatar answered Oct 23 '22 23:10

Tim