yaegassy / coc-intelephense

intelephense (PHP language server) extension for coc.nvim. intelephense’s various LSP features and this extension's additional features are available.
https://www.npmjs.com/package/@yaegassy/coc-intelephense
MIT License
98 stars 4 forks source link

How to run diagnostics for the entire project? #48

Closed xbot closed 2 years ago

xbot commented 2 years ago

Currently, the diagnostics are only run for the opened buffers, I know it is a performance concern. But sometimes it is still needed to run diagnostics for the entire project. Is it possible to have a command for this?

yaegassy commented 2 years ago

Hi, intelephense language server does not provide the ability to run diagnostics on an entire project (workspace).

Therefore, unfortunately, it is not possible to add commands, etc. on the coc-extension side. :(

It is better to propose feature requests to the language server itself.