One of the great new features in Visual Studio 2013 is the CodeLens functionality, it brings a lot of information about your code into the Visual Studio Code Editor.
However on larger projects I started to notice that my laptop slowed down a lot. When looking at the Task Manager I noticed that there were multiple Microsoft.Alm.Shared.Remoting.RemoteContainer processes eating up almost all my resources. On Microsoft Connect I noticed that there is already a bug logged mentioning that this problem is related to CodeLens.
The only solution I could find was disabling Code Lens :
- Go to Tools –> Options -> Text Editor ->All Languages -> Code Lens
- Disable Code Lens