coc-phpls icon indicating copy to clipboard operation
coc-phpls copied to clipboard

🐭 php language server for coc.nvim

Results 45 coc-phpls issues
Sort by recently updated
recently updated
newest added

Is there any sort of documentation? I want a list showing how to use each item on the intelephense feature list. I'll just copy and paste that list here and...

Is there was a way to use intelephense's "premium" folding?

**Describe the bug** While working on phpunit classes, diagnostics show up lots of missing methods making an error on almost every line. This is because it doesn't know about the...

**Describe the bug** When I try to find all implementations of interface/abstract class within a project that was just indexed everything works. If I close neovim and open it again...

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll...

**Describe the bug** Intelephense doesn't work in PHP short tags within tags. **To Reproduce** ![nok](https://user-images.githubusercontent.com/30736986/121701689-d37f9580-cad9-11eb-9a0b-7d5281151bda.png) **Expected behavior** ![ok](https://user-images.githubusercontent.com/30736986/121701714-da0e0d00-cad9-11eb-9aa7-a734af23956f.png) **Desktop (please complete the following information):** - OS: Ubuntu 20.04 LTS (Windows...

Whenever I try to call coc-references it displays less occurrences than searching with AG. Coc call: `nmap gr (coc-references) ` AG call: ``` " Default options are --nogroup --column --color...

Hi, when renaming a variable using `nmap rn (coc-rename)` after renaming the various buffers affected by the changes are not saved. I can't get evidence of the modification using git...

enhancement
planned

**Describe the bug** I am trying to get language server understand what object variable contains. But it doesn't seem to work. **Expected behavior** Annotatating a variable should allow language server...

**Describe the bug** Docblock does not work. Typing /** should trigger it, but does not show anything. I have bought intelephense premium too. **To Reproduce** Steps to reproduce the behavior:...