Camille Dejoye
Camille Dejoye
Hi, I completely forgot about that ! Anyway it could be merged ?
This issue can now be closed #24
https://phpactor.readthedocs.io/en/master/lsp/vim.html#troubleshooting https://phpactor.readthedocs.io/en/master/reference/configuration.html#language-server-completion-trim-leading-dollar Could it be because phpactor is not configured correctly for your editor ? Do you have the same issue when completing a variable ?
I took a look at the size of the index for my work project. I had an index of 4.2GB for a project of 5GB, took 9-10 minutes to generate...
I would put everything as parameter, I don't like `use`: it breaks things in my mind.
What do you mean by temporary variables ?
OK but then I'm not sure we can differentiate temporary variable from not temporary. Maybe a variable is not temporary if it uses after the refactored code. But then why...
> I'm in a project we can't safely add a typehint yet I totaly get you! :'( Even worse at work they build a code fixer rule to ensure you...
https://github.com/glepnir/lspsaga.nvim For the floating window It requires a bit a tweak to adapt the colors to your colorscheme but it works with mostly links between highlight groups. It has a...
> with the new type system I wonder if we could do something with Intersection types. e.g. $this => MyFoobar&MyFoobarSpec but maybe the MemberProvider is still useful... It should be...