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

intelephense indexing... Always refreshing and show #57

Closed xnwww closed 1 year ago

xnwww commented 1 year ago

After opening the php project,,the prompt of intelephense indexing is always displayed and the automatic refresh is not stopped

xnwww commented 1 year ago

image As shown in the figure

yaegassy commented 1 year ago

If you want to hide the progress display, set intelephense.progress.enable to false.

coc-settings.json:

{
  "intelephense.progress.enable": false
}

For large projects, or depending on the condition of your PC, it may take a very long time for the progress display to complete.

To force the progress display to stop, perform the following :CocCommand intelephense.cancel.indexing.