Visual Studio 2017 High CPU on input (CodeLens)

Viewed 4305

I am using Visual Studio Professional 2017 15.2 (26430.14) and my CPU is between 40-60% on my PC everytime I am writing code. It is really anying since it creates a lag for every character input. Sometimes several seconds. I should state that my PC is not of the most performant kind, but I do have SSD and 16 GB of RAM.

I have Resharper and NCrunch installed, but I have tried to disabled them, but without any result.

The process that spikes the CPU is:

  • devenv.exe

And also sometimes:

  • ServiceHub.RoslynCodeAnalysisService32.exe
1 Answers
Related