dantleech

Results 890 comments of dantleech

``` Work dir: /Users/juju/Development/Applications/neovim-qt/neovim-qt/build/bin ``` should be the root of your project, did you start VIM in your project root?

you can call `:let g:phpactorInitialCwd=/path/to/your/project'` if that works, I'm not sure what has changed to cause this to stop working in neovim-qt

> However, I still think that when I cd into a directory, phpactor should pick the current path. Yeah ... you and others :) I repurposed this to address this:...

hmm, but this is only in nvim-qt? If so, I will have to try it I guess.

I'm still curious about: ``` [php] syntax error, unexpected ')', expecting variable (T_VARIABLE) or '{' or '$' ```

https://phpactor.readthedocs.io/en/master/vim-plugin/man.html `g:phpactorOmniAutoClassImport` apparently -- it's been a long time since I use Phpactor over LSP now

Anonymouse classes are not supported currently > On 16/12/2020 10:58 Vladislav Kosev wrote: > > > > > The code > > $a = new class implements TokenCollector { >...

Yes - this is constructor property type inference - it was supported for a couple of years but then with the language server it caused an infinite loop and I...

Yes, I would put it back it's a a question of time and it's not trivial...

> I have one doubt. I run the phpactor via socket in a virtual machine running Linux, and accessed via socket on windows machine everything worked as expected, but only...