Stop method parameter names from being highlighted in Android Studio

969 Views Asked by At

I have a really annoying problem with the methods in my projects. Here you can see what i mean... it's really hard to see and I would prefer that the name would not show at all or at least be more subtle. I looked all over the settings in AS 3.1.3 and I'm also using Java 1.8

enter image description here

Anyone has any ideas? thanks

2

There are 2 best solutions below

0
Sagar On BEST ANSWER

Disable "Show Parameter name hints" from

Settings -> Editor -> General -> Appearance -> Unckeck "Show Parameter name hints" -> Apply as follows:

show parameter name

0
Aadil Mehraj On

You can customise the default colour scheme for the parameter hints by going to:

Android PreferencesEditorColor SchemeLanguage Defaults

And select Inline Parameter hint and then customise the foreground and background color scheme as per your choice.

enter image description here

Also check : Type hint colors customization