ServiceHub.Host.CLR.x86.exe pegging a core, existing answers do not apply

Viewed 1165

This post serviceHub.Host.CLR.x86 taking a lot of memory and CPC says disabling analysis and "code lens" will make ServiceHub.Host.CLR.x86.exe from taking up gobs of CPU time. With VS2019 (16.7) I see no way to disable analysis ... the indicated option only has "Current Document", "Open Documents", and "Entire Solution" as radio buttons. Nothing anywhere to disable. So while it claims to be a solution for 2019, it's not a solution for my 2019.

So far every search has led to that same information, either here or in a number of other places, rather than something that applies to my situation.

Does anyone know how to keep ServiceHub.Host.CLR.x86.exe from squandering piles of CPU time for literally no ROI?

Thanks!...

1 Answers

Try clearing these options:

Options -> c# -> IntelliSense, "Show items from imported namespaces" and "Automatically show completion list in arguments".

I can't yet confirm whether this works for me, but I got it from James Rowell's comment close to the end of this post.

Related