Closed xnwww closed 1 year ago
As shown in the figure
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
.
After opening the php project,,the prompt of intelephense indexing is always displayed and the automatic refresh is not stopped