index
:
ale
feature/doc_contrib
feature/open_list_num
fix/broken_golang_links
fix/lua-language-server_docs
fix/use_stable_rust
master
topic/docker-free_testing
topic/plls
wip/cargo_multifile
wip/lint_fail_err
wip/twig
Check syntax in Vim asynchronously and fix files, with Language Server Protocol (LSP) support
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ale_linters
/
php
/
langserver.vim
Age
Commit message (
Collapse
)
Author
2019-03-25
Use location of `composer.json` for PHP project path too (#2391)
Shahin Sorkh
* move php-langserver "test for .git dir" test-project to its own directory * search for composer.json file in php-langserver first then .git dir * add test for php-langserver composer.json
2019-02-22
#2132 - Replace all uses of foo_callback with foo
w0rp
2018-08-02
Simplify the code for most linters and tests with closures
w0rp
2018-07-04
Make the language option for LSP linters optional
w0rp
2018-04-27
Close #1521 - Allow the language to be set with simple strings for LSP linters
w0rp
2018-04-09
Close #542 - Add an option for disabling running locally installed ↵
w0rp
executables by default
2017-08-07
Document the PHP langserver integration
w0rp
2017-08-02
Cover the PHP language server functions with Vader tests
w0rp
2017-08-02
#517 Enable the PHP language server
w0rp
2017-07-30
Fix some bugs so the PHP language server will show errors at least once
w0rp
2017-07-26
#517 Add more code LSP support which makes the tssserver linter behave more ↵
w0rp
like the LSP linters