Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to disable the autocomplete red border in PhpStorm for PHP functions

Tags:

phpstorm

With the update to PhpStorm 2016.1.1, when I pick a function from the list that PhpStorm suggests in autocomplete, it will insert variables in the function arguments with a red border.

Is there any way to disable the injection of the variables and the red border but keep the function name autocomplete?

example

like image 272
somebodysomewhere Avatar asked May 13 '16 14:05

somebodysomewhere


1 Answers

  1. Settings/Preferences
  2. Editor | General | Smart Keys
  3. Disable PHP | Enable smart function parameters completion option

enter image description here

like image 148
LazyOne Avatar answered Sep 29 '22 22:09

LazyOne