I just finished the installation and the whole IDE is super slow. It seems like it\'s making some kind of heavy CPU calls in the background where the whole IDE literally fre
I also had this issue with Visual Studio 2015, tried everything I could read about but in the end all that was left was a clean install. I used Microsofts tool VisualStudioUninstaller
to get rid of every component.
https://github.com/Microsoft/VisualStudioUninstaller
Usage:
After reinstall everything worked normally again. I did not experience lag in every project but one was causing enough pain so I really had no choice.
Read about another command that you can also try but I know VisualStudioUninstaller
works, at least it did for me.
D:\vs_ultimate.exe /uninstall /force
Where D: is the location of your installation media (mounted iso, etc).