Before a while I noticed that the indexer scans files within ./var so I went to exclude it. Before I saw that I can pass configuration. It is good thing but still requires browsing the documentation.
We could expose all available options in suggestions. It seems to be possible:

https://github.com/neoclide/coc-tsserver/blob/master/package.json#L142
Exposing all options (reasonable in this context) allow make it more user-friendly and show the power of whole tool.
I wanted to make PR with any working example but I did not found how to add coc-phpactor as a node module with sources within extensions directory.
Before a while I noticed that the indexer scans files within
./varso I went to exclude it. Before I saw that I can pass configuration. It is good thing but still requires browsing the documentation.We could expose all available options in suggestions. It seems to be possible:

https://github.com/neoclide/coc-tsserver/blob/master/package.json#L142
Exposing all options (reasonable in this context) allow make it more user-friendly and show the power of whole tool.
I wanted to make PR with any working example but I did not found how to add
coc-phpactoras a node module with sources withinextensionsdirectory.