You must be registered to post a reply. Click here to register.
T O P I C R E V I E W
FriendlyRabbit
Posted - May 23 2024 : 08:08:57 AM When I clean up code, I often cycle through all files and look for code inspections. This can become quite tedious because Visual AssistX starts checking a file when I open it, which results in waiting more than a few seconds for each file (approx 5 seconds for an almost empty header file of 20 lines).
I would rather like it to apply code inspections to all files in the current project and cache the results so that I can quickly cycle through. Since this requires a lot of CPU time, it should be an option, and it could be a low priority task in the background, but for an code inspection enthusiast like me, this would be awesome! Once it has finished, it only needs to recheck the files I modify.
1 L A T E S T R E P L I E S (Newest First)
feline
Posted - May 24 2024 : 06:37:00 AM We are looking to let you run Code Inspection on projects or solutions:
case=104537
As you say, it is going to use a fair bit of resources to scan everything in one go, but setting such a scan running is a popular idea.