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

Code completion for PHP #2666

Closed
ekkode opened this issue Sep 30, 2016 · 2 comments
Closed

Code completion for PHP #2666

ekkode opened this issue Sep 30, 2016 · 2 comments
Labels
kind/question Questions that haven't been identified as being feature requests or bugs.

Comments

@ekkode
Copy link

ekkode commented Sep 30, 2016

I'd like to see code completion for PHP projects added. I'm interested mostly in Symfony projects that run in Eclipse Che. Is there any plan on this?

@ddementieva
Copy link
Contributor

@ekkode We have the issue registered for the PHP support. You can track it with #2590

@ddementieva ddementieva added the kind/question Questions that haven't been identified as being feature requests or bugs. label Sep 30, 2016
@kaloyan-raev
Copy link
Contributor

@ekkode There is currently some level of code completion provided by the Crane php language server, which was recently integrated with Che (#2282). Make sure you have the org.eclipse.che.ls.php agent activated for your workspace.

The Crane language server provides basic code completion, nothing specific to Symfony.

We are currently working on another PHP language server: felixfbecker/php-language-server. The work on code completion is currently a work in progress: felixfbecker/php-language-server#38.

Once we have some reasonable code completion, we will replace the Crane language server with the "felixfbecker" one. The benefit of the latter is that it is implemented in pure PHP and has a greater potential of attracting the PHP community-at-large to contribute and improve it.

So, if you are an experienced PHP developer, I invite you to the felixfbecker/php-language-server project and join forces for the features you want to see in Che.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/question Questions that haven't been identified as being feature requests or bugs.
Projects
None yet
Development

No branches or pull requests

3 participants