Hey!
When intelephense is active, and i install some composer packages i must to restart LS for indexing new packages, this problem not appear in VSCode.
Sorry for my bad. English!
This is likely the client you are using. The server doesn't have any file watching capabilities and relies on the client to notify it of changes to the workspace.
@bmewburn I contact author from client, and this is a answer:
Your language server doesn't regsit file change notification, so client doesn't send event to it.
Please read: https://microsoft.github.io/language-server-protocol/specification#workspace_didChangeWatchedFiles
The server is still using the old mechanism where these got sent regardless. I'll update it to the newer dynamic registration.
reopening so I dont forget