Edits inside a function can cause a big increase in IntelliSense update time #13064
Labels
bug
Language Service
performance
Visual Studio
Inherited from Visual Studio
Works in VS
So we'd need to fix it for VS Code to reach parity.
Milestone
I have a repro with 3.2k functions that each calls another function (generated with the help of Copilot), and after just 4 edits it starts taking around 8 times as long to update the TU. I don't repro the same behavior in VS. The processing time goes down to the original update time after a save.
It seems to repro for all TUs in general after enough edits are made, but the particular repro case seems like a "worst case" for some reason.
The text was updated successfully, but these errors were encountered: