如何在 PhpStorm 中为 PHP 函数禁用自动完成红色边框

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

随着 PhpStorm 2016.1.1 的更新,当我从 PhpStorm 在自动完成中建议的列表中选择一个函数时,它会在带有红色边框的函数参数中插入变量。

有什么方法可以禁用变量注入和红色边框但保持函数名自动完成吗?

  1. Settings/Preferences
  2. Editor | General | Smart Keys
  3. 禁用 PHP | Enable smart function parameters completion 选项