Since recently, PHP Function Explanation doesn’t work as before.
For example, if you want to display the parameters of the in_array() function by pressing TAB, Sublime creates
in_$arrayName = array('' => , );
which isn’t useful.
If you want to display the parameters of preg_match() by pressing TAB, Sublime creates
preg_match (variable) {
from => to,
default => null,
}
which isn’t useful either.
This is pretty annoying when you always forget the order of parameters like me.
Please fix, thanks!