You should not expect Visual Studio to digest continuous processor time.
I am starting RTM for Visual Studio 2015 Community right now when the medium-sized project is open and I donโt see the processor being used continuously (according to Process Hacker 2, which shows that usage is 0.01 percent). Its just empty, which means that even 0.01% of CPU usage is recorded.
Keep in mind that IntelliSense scans your project files in the background to create a database for tooltips, etc.
Selecting Project > Rescan Solution from the menu will cause this process to be completed, which will cause the processor to be used for a while. But in the end he must calm down.
Apparently, there have always been cases where deleting Intellisense database files and fully rescan solve problems such as "odd behavior." I donโt know if its a โprescribedโ method, but if I suspect an IntelliSense problem, I just delete the .sdf file in the project folder if I want Visual Studio to start from scratch. This is not necessarily very common.
NoelC Aug 29 '15 at 4:12 2015-08-29 04:12
source share