Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems with indexing on larger projects? (Connection to server got closed) #65

Open
pfinkbeiner opened this issue Sep 8, 2023 · 1 comment

Comments

@pfinkbeiner
Copy link

Any idea what could possible go wrong here? Intelephense seems to break on larger projects. When I enter a smaller workspace everything works. But if i enter a project on a higher level it fails after a few second trying to index with: [coc.nvim] Connection to server got closed. Server will not be restarted.

Even after waiting for a few hours it wont stop indexing, I assume it just failed.

image

@yaegassy
Copy link
Owner

As for the trouble with indexing, it may be a problem on the language server side. Please check the language server side's issues to see if there's anything that can help with resolving your problem.

It's possible that adjusting the intelephense.files.exclude setting could help resolve the issue.

Also, if you need to cancel the indexing process, please execute the intelephense.cancel.indexing command.

:CocCommand intelephense.cancel.indexing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants