Removing red box in editor Follow
It seems w/this new update, when I'm writing a call to a function, this red box that only used to appear when I'd write a foreach now appears when I'm making function parameters, and it interferes w/my cursor. Googling for this problem only reveals that it cannot be removed, but that was 3 years ago. What about now?
I'm running PhpStorm 2016.1.1 on Kubuntu 15.10 64-bit.
Please sign in to leave a comment.
Hi there,
That's a new feature and not a bug – smart completion of function arguments (WI-24156, WI-18621) which uses the same stuff as Live Templates (placeholders that have red border around them).
You can turn it off if you do not like it: https://youtrack.jetbrains.com/issue/WI-31375#comment=27-1401526
I know its a feature but i can not use it everytime.
Thanks a lot.