Luke
Luke

Reputation: 344

VS 2019 why is intellisense slow for one project?

I have a tiny asp.net core project that was working ok for at least a year. Now, with no dependency changes, intellisense is incredibly slow. Maybe 15 seconds for it to appear. It is not a problem with other projects or solutions.

Rebuild All takes a long time to start. Nothing shows in the Build Console for a long time, eventually says "Rebuilt Starting" then its quick as usual. Whats it doing before it starts building? It must be related.

I have tried updating VS, rebooting etc. nothing will repair this slowness. What could be going wrong here?

Upvotes: 1

Views: 1400

Answers (1)

Luke
Luke

Reputation: 344

I fixed this by disabling all extensions

edit: this did not fix my problem. Closing and opening VS worked for a while, and then after a couple minutes, went back to the old problem!

Upvotes: 1

Related Questions