laravelphpstormphpstorm-2017.2

How to remove PhpStorm auto added text on the codes


Does anyone knows how to remove the word "url" & "view" which is automatically added on the PHP storm IDE?

Check below image I have marked in red:

enter image description here


Solution

  • They are called inlay hints, you can find the settings for them here:

    Phpstorm 2017.1:

    Editor | General | Appearance | Show parameter name hints

    Phpstorm 2019.3:

    Settings | Editor | Inlay Hints | PHP | Parameter hints

    enter image description here