TysonAndre / lsp-phan

WIP to run Phan in LSP for emacs.
GNU General Public License v3.0
3 stars 0 forks source link

Update recommended versions, test with latest Phan #8

Open TysonAndre opened 4 years ago

TysonAndre commented 4 years ago
(defcustom lsp-phan-php-executable-path "php"
           "Optional, defaults to searching for \"php\".
The path to a PHP 7.0+ executable to use to execute the Phan server.
The PHP 7.0+ installation should preferably include and enable the PHP modules `pcntl`,
as well as the third party `ast` (php-ast) module from https://pecl.php.net/ast
For the best analysis results,