-
Notifications
You must be signed in to change notification settings - Fork 6
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
Automatic class import. #8
Comments
Awesome. Will look into this. It should be part of the snippet support. |
This feature depends on ncm2/ncm2#67 |
Hello @dantleech how did you manage to do that with OmniComplete |
https://phpactor.readthedocs.io/en/master/vim-plugin/man.html
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The current develop branch for Phpactor now supports automatically importing classes upon completion with OmniComplete.
Would be great to implement this in NCM2 also.
The suggestion format now looks like:
Where
class_import
is non-empty it can call theimport_class
RPC method.The text was updated successfully, but these errors were encountered: