FriendlyRabbit
Junior Member
Germany
20 Posts |
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. |
|
feline
Whole Tomato Software
United Kingdom
19014 Posts |
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. |
zen is the art of being at one with the two'ness |
|
|