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

Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 6.10.2 to 6.10.3. Changelog Sourced from protobufjs's changelog. Changelog Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=protobufjs&package-manager=npm_and_yarn&previous-version=6.10.2&new-version=6.10.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR...

dependencies

~~~bash 2021-11-07T21:01:08.917 ERROR (pid:14258) [source-language] - Complete "phpls" error: TypeError: Cannot read properties of null (reading 'hasOwnProperty') at /home/vallabh/github/coc-phpls/lib/index.js:98:29 at async LanguageSource.doComplete (/home/vallabh/.vim/vendor/coc.nvim/build/index.js:59366:20) ~~~

![153798814-b3f0e45e-87d6-491e-9f0d-0336ee37535a](https://user-images.githubusercontent.com/40349371/153865987-4dc0a2fa-5b39-4974-b8eb-706a4f1bebd4.png) The above code works normally. As in the written code, when a variable is created through a pointer, an error is displayed. Is this bug?

**Describe the bug** Hello, I encounter the problem on Intelephense DocBlock autoComplete, it always generate the last function parameter doc block, not the current line docBlock that I need. This...

**Describe the bug** It seems that the plugin is not able to find the definitions. I get all kind of undefined ... errors. However the Intelephense plugin for VS Code...

**Describe the bug** .phpcs.xml used to work fine, no it is not being considered. **To Reproduce** Steps to reproduce the behavior: 1. create .phpcs.xml file inside your project that overrides...

Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.7 to 1.5.10. Commits 8cd4c6c 1.5.10 ce7a01f [fix] Improve handling of empty port 0071490 [doc] Update JSDoc comment a7044e3 [minor] Use more descriptive variable name d547792 [security]...

dependencies

**Describe the bug** High CPU and Memory Usage **To Reproduce** open any php file **Expected behavior** low cpu and memory usage **Screenshots** danny@xps:~$ pstree -a -p -s 773113 ``` systemd,1...

Folding seems to leave the last brace hanging.