I have XAMPP as a local server on Windows and works with Atom editor. When I try to install atom-autocomplete-php
on my editor, I get these two errors:
Failed to activate the atom-autocomplete-php
Incorrect setup!
Can you help me please?
I have XAMPP as a local server on Windows and works with Atom editor. When I try to install atom-autocomplete-php
on my editor, I get these two errors:
Failed to activate the atom-autocomplete-php
Incorrect setup!
Can you help me please?
I needed to "install" composer and use the php-composer-completion
package in Atom to get function autocomplete with parameter lists. I'm trying out Atom so maybe this isn't the exact answer you need, but it's what I needed.