javaandroidmethodsparametersandroid-studio-3.1.3

Stop method parameter names from being highlighted in Android Studio


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


Solution

  • Disable "Show Parameter name hints" from

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

    show parameter name