LSP working for PHP
This commit is contained in:
parent
cfc5aba991
commit
68dc99c77f
|
@ -717,6 +717,7 @@ end.
|
|||
repl: "php -a",
|
||||
main: "main.php",
|
||||
run: "php -d auto_prepend_file=main.php -a",
|
||||
lsp: "intelephense --stdio",
|
||||
template: `<?php
|
||||
|
||||
echo "Hello, world!\\n";
|
||||
|
|
|
@ -52,6 +52,9 @@ julia -e 'using Pkg; Pkg.add("LanguageServer")'
|
|||
# Perl
|
||||
cpanm -n Devel::REPL
|
||||
|
||||
# PHP
|
||||
npm install -g intelephense
|
||||
|
||||
# ReasonML
|
||||
npm install -g bs-platform
|
||||
|
||||
|
|
Loading…
Reference in New Issue