Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to turn off Android Studio 3.0 Labels? [duplicate]

I just upgraded to Android Studio 3.0 and I noticed that there's strange labels / tags all over my code. I can't manually delete these labels since the cursor just jumps right over them. How do I turn off these labels?? Android Studio has different menus and commands than IntelliJ.

enter image description here

like image 317
Jay Avatar asked Oct 31 '17 13:10

Jay


2 Answers

For Android studio 4 Go to Settings > Editor > Inlay Hints

Credit goes to @Quintin Willison in the comments of this answer

For earlier versions

Got to File > Settings > Editor > General >Appearance
And remove tick from this option

Show Parameter name hints

Disable code hint

like image 169
Samy Massoud Avatar answered Nov 03 '22 22:11

Samy Massoud


press Alt + Enter when you are in that line and select "Do not show hints for current method"

further infos here

like image 30
woodii Avatar answered Nov 03 '22 23:11

woodii