ac-php icon indicating copy to clipboard operation
ac-php copied to clipboard

emacs auto-complete & company-mode for php

Results 6 ac-php issues
Sort by recently updated
recently updated
newest added

Hi, I'm using https://github.com/humbug/php-scoper to decouple some composer package requirements from an ambient cloud-software (Nextcloud). ATM this results also in wrapping some Symfony polyfill stuff. The error message is as...

When one edits a project over tramp/ssh that happened to have .ac-php-conf.json file in the root then after each set of keystrokes the .ac-php-conf.json is being reloaded several times making...

Feature request: Inspect the possibility to utilize [ReflectionDocBlock](https://github.com/phpDocumentor/ReflectionDocBlock) as a backend for looking up API documentation. Then we could have proper docblock documentation in e.g company-quickhelp and similar tools.

feature request

Is there any possibility to find references to symbol at point? For example, I want to search "all child of the class".

help wanted

Hi. Is there any way to search and insert class namespaces, like auto-complete for `use` keyword?

help wanted

I'm getting this from latest ac-php-core 20240305.600 _phpctags_: ``` PHP Fatal error: Uncaught Error: Object of class PhpParser\Node\NullableType could not be converted to string in phar:///home/flaviovs/.emacs.d/elpa/ac-php-core-20240305.600/phpctags/PHPCtags.class.php:459 Stack trace: #0 phar:///home/flaviovs/.emacs.d/elpa/ac-php-core-20240305.600/phpctags/PHPCtags.class.php(288):...