|
|
|
|
|
by DSteinmann
3547 days ago
|
|
> How quickly should it be doing the loading of that specific set of files Sub 500ms? Read the solution, read each project file, read the first level of file and folder names in each project, then show the solution explorer. Anything else can go in a background thread which doesn't block building, running, or opening individual files. I would like to see where the other 29,500ms are going. |
|
Visual Studio should read in all the files, restoring to open the ones I had open last time and allow me to start editing immediately while still loading the rest in the background. Also, Intellisense data should be cached, because if the load time of 30 seconds is because it's prepping that each time, that's a waste.