Allan Simon
Allan Simon
I got `the type should be 2, is 2 `
``` echo phpactor#getRootDirectory() ``` -> ``` /vagrant ``` i.e it displays (correctly?) the value defined there ``` let g:PhpactorRootDirectoryStrategy = {-> '/vagrant' } ``` (I've tried changing the value to...
I will double check that .
``` Version: 3324205 (12 days ago) Do-not-overwrite-stub_paths-config-if-key-exists-1122 Filesystems: simple Working directory: /vagrant/src/Command Config files (missing is not bad): ✘ /home/vagrant/.config/phpactor/phpactor.json ✘ /home/vagrant/.config/phpactor/phpactor.yml ✘ /vagrant/src/Command/.phpactor.json ✘ /vagrant/src/Command/.phpactor.yml Diagnostics: ✔ XDebug is...
ok make sense ^^ , thanks for your hardwork
i'm going to check your workaround, and yes it's `/vagrant` :)
> tell us if you have a phpactor config file ? If yes, is it a global one or do you have one in your project directory ? no config...
actually my vim is in a "docker as a vm" (i.e a docker in which i ssh in it ) https://github.com/allan-simon/docker-devbox-php so that each of my project are in a...
Here's the replay ``` [DEBU][474580.751837] Resolved path "%cache%/replay.json" to "/home/vagrant/.cache/phpactor/replay.json"[] [DEBU][474580.752039] REQUEST{ "action": "import_class", "parameters": { "source": "
> In order to import the class with auto completion you need to validate your choice with , which is the vim notation for Ctrl + y. indeed C-y works...