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

PHP support via. Phpactor #129

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

PHP support via. Phpactor #129

wants to merge 3 commits into from

Conversation

dantleech
Copy link

@dantleech dantleech commented Aug 5, 2017

Support for PHP via phpactor.

Phpactor currently provides real completion for member access (methods, properties and constants), and can provide more options in the future (e.g. new classes, local variables, etc).

Unlike most "completion backends" it does not use a database index, and relies on the PHP package manager (composer) to locate classes - which means it will not work on the very rare projects which do not use composer.

It is also still under development so is potentially unstable. For this reason I don't recommend merging it yet - but just wanted to register the idea and see if it would be eligible for merging in the future.

@dantleech dantleech changed the title Php support via. Phpactor PHP support via. Phpactor Aug 5, 2017
@maralla
Copy link
Owner

maralla commented Oct 4, 2017

I think it's better to implement this in a different repo. Here are the examples of implementing completers in its own repo:

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

Successfully merging this pull request may close these issues.

2 participants