phpcomplete.vim icon indicating copy to clipboard operation
phpcomplete.vim copied to clipboard

[Suggestion/Idea] Support Php Language Server

Open markwu opened this issue 7 years ago • 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.

markwu avatar Feb 20 '17 14:02 markwu

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

markwu avatar Feb 20 '17 14:02 markwu

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

markwu avatar Feb 22 '17 07:02 markwu

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.

complex857 avatar Feb 22 '17 09:02 complex857