shawncplus/phpcomplete.vim

[Suggestion/Idea] Support Php Language Server

markwu opened this issue · 3 comments

PHP Language Server is a quite interesting project, it implement Language Server Protocol in pure PHP.

I am not sure it is possible or not, but if phpcomplete.vim can support both tag-based completion and language server based completion, it will be very powerful.

nvim-completion-manager already did a plugin for this.

@prabirshrestha seems already implement a lsp client for vim https://github.com/prabirshrestha/vim-lsp

I love the idea of having a standardised protocol for these kinda editor instrumentation. Unfortunately I can't promise to be able to spend significant amount of effort on this now.

Maybe the phpcd.vim guys are interested in this, they already have a server side component that does pretty much the same thing and have heavily patched fork of this plugin to use the results.