1

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

LazyOne
  • 158,824
  • 45
  • 388
  • 391
Jareer
  • 242
  • 5
  • 24

1 Answers1

1

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

Remul
  • 7,874
  • 1
  • 13
  • 30