Noam Zur
Noam Zur
Hi @sean-mcmanus , your observation is correct - it takes 25-30s on first search (after each time the editor is started). Afterwards, it takes ~3s per search, which is still...
I have started to debug the issue and traced the time-consuming call to: workspaceSymbolProvider.ts line 20: ` const symbols: LocalizeSymbolInformation[] = await this.client.languageClient.sendRequest(GetSymbolInfoRequest, params);` Now I am trying to understand...
Thank you @sean-mcmanus for your clear response. While a bit dissapointing, it is still good to know that no fix is expected soon. I will try to search for alternatives...