Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Suggestion/Idea] Support Php Language Server #100

Open
markwu opened this issue Feb 20, 2017 · 3 comments
Open

[Suggestion/Idea] Support Php Language Server #100

markwu opened this issue Feb 20, 2017 · 3 comments

Comments

@markwu
Copy link
Contributor

markwu commented Feb 20, 2017

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
Copy link
Contributor Author

markwu commented Feb 20, 2017

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

@markwu
Copy link
Contributor Author

markwu commented Feb 22, 2017

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

@complex857
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants