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

feature request : completion outside of php files #44

Open
kermorgant opened this issue Aug 8, 2018 · 0 comments
Open

feature request : completion outside of php files #44

kermorgant opened this issue Aug 8, 2018 · 0 comments

Comments

@kermorgant
Copy link
Contributor

It's not uncommon (for example in a Symfony project) to specify class names (FQN) in a xml or yaml file.

In those case, having a specific completion backend would be nice but I wonder how feasible this is.

  • first, phpactor doen't yet provide a completion rpc call that would work in such case
  • but if that was solved, I'm not really about how things should be :
    ** should it be a specific company-phpactor-fqn completion backend that could be added to other modes ?
    ** does the context of buffer matter ? ie should we activate such a completion backend only in a php project and if yes, by which means ?
    ** should the completion only focus on typing the FQN (that's the use case I have in mind, for symfony files like services.yaml)
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

1 participant