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