如何在原子编辑器上安装 atom-autocomplete-php?
How to install atom-autocomplete-php on atom editor?
我有 XAMPP 作为 Windows 上的本地服务器并使用 Atom 编辑器。当我尝试在我的编辑器上安装 atom-autocomplete-php
时,出现以下两个错误:
Failed to activate the atom-autocomplete-php
Incorrect setup!
你能帮帮我吗?
我需要 "install" composer 并使用 Atom 中的 php-composer-completion
包来获取带有参数列表的函数自动完成功能。我正在试用 Atom,所以这可能不是您需要的确切答案,但它正是我所需要的。
我有 XAMPP 作为 Windows 上的本地服务器并使用 Atom 编辑器。当我尝试在我的编辑器上安装 atom-autocomplete-php
时,出现以下两个错误:
Failed to activate the atom-autocomplete-php
Incorrect setup!
你能帮帮我吗?
我需要 "install" composer 并使用 Atom 中的 php-composer-completion
包来获取带有参数列表的函数自动完成功能。我正在试用 Atom,所以这可能不是您需要的确切答案,但它正是我所需要的。