ncm-phpactor
ncm-phpactor copied to clipboard
USE https://github.com/phpactor/ncm2-phpactor FOR NCM2!
https://github.com/phpactor/completion supports now local variable completion. PR adapts matching patterns to enable it.
I think this PR provides better project root detection, for most composer based php project. It also works when you're openning a file without being in the project root. A...
As PHPActor now handles a `--working-dir` option, we have to specify the initial working directory instead of Neovim CWD
Something like 'file_get_contents' 、'file_put_contents'
The `complete` command now also returns a list of issues if any were encountered while determining the completion (e.g. the class was not found, variable not defined etc). Is there...
Error from logs: ``` 2017-11-22 11:25:55,754 [DEBUG @ phpactor.py:cm_refresh:60] 28758 - args: ['php', '/Users/phatsk/.config/nvim/plugged/phpactor/bin/phpactor', 'complete', '--format=json', 'stdin', '17891'], result: [] 2017-11-22 11:25:55,754 [ERROR @ cm.py:on_notification:267] 28758 - Failed processing method:...