zobo / php-language-server

PHP Implementation of the VS Code Language Server Protocol 🆚↔🖥

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Indexing not cached ?

Erwyn opened this issue · comments

Maybe it's on my side. I simply installed the VSCode extension, it indexes and works well. But when I close and relaunch VSCode, my project is entirely indexed again. Is it normal ? Did I miss a configuration option ?

No, you are not doing anything wrong. It's simply implemented like this for now. Versioned vendor packages are cached, your project gets reindexed every time.
I already noted this here for myself zobo/vscode-php-intellisense#9
Will get to that hopefully soon.

Thanks! duly noted.

I'm sorry I thought #9 was about something else entirely hence the duplicate. Do you want me to close this one or do you want to keep it open and close it once / if it's done ?

It's ok, leave it for others to see. I'll close it when I'm able to do it. Thanks!