diff --git a/company-phpactor.el b/company-phpactor.el index 1d60517..1e7a1fe 100644 --- a/company-phpactor.el +++ b/company-phpactor.el @@ -87,7 +87,7 @@ Here we create a temporary syntax table in order to add $ to symbols." (`annotation (company-phpactor--annotation arg)) (`interactive (company-begin-backend 'company-phpactor)) (`prefix (company-phpactor--grab-symbol)) - (`candidates (company-phpactor--get-candidates)))))) + (`candidates (all-completions arg (company-phpactor--get-candidates))))))) (provide 'company-phpactor) ;;; company-phpactor.el ends here