Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio 2012: "Navigate To" is suddenly very slow

I've loved Visual Studio's "Navigate To" tool (Ctrl+,) ever since it was first introduced - rather than navigate through my folder structure I could just find the file or class I needed by name. The key has always been that the lookup was instantaneous - it would show all matching results as quickly as I could type.

Now something has changed and there's almost always a big lag before any results come up - I've measured it as long as 10 seconds sometimes. This is about 5 seconds into a search that has only one result and should have come up instantly:

enter image description here

That progress bar also jumps around in a bizarre way.

Any ideas what might have changed, or what I might do to get back my speedy old Navigate tool?

like image 560
Herb Caudill Avatar asked Feb 17 '23 04:02

Herb Caudill


1 Answers

I had the same problem and deleting everything in c:\Users\UserName\AppData\Local\Microsoft\WebsiteCache\ helped. Now it's quick again.

I've found this soultion here.

like image 167
Mariusz Pawelski Avatar answered May 22 '23 06:05

Mariusz Pawelski