arnested / php-extras

Extra features for Emacs `php-mode'.
GNU General Public License v3.0
32 stars 6 forks source link

php-extras-ac-insert-action doesn't play ball with company-mode #13

Closed xendk closed 6 years ago

xendk commented 10 years ago

When nesting functions and typing at the right speed, php-extras-ac-insert-action inserts spurious ()s on things that's not functions, like drush_print_r($this());

It's probably easier to demonstrate in person.

xendk commented 6 years ago

Don't think this is valid anymore.