Open
Description
Currently, after every parse we run all inspections although on reparse, only inspections for modules that got reparse or reresolved cam really change. That is rather inefficient, which is made worse by the fact that inspections currently do not get canceled.
We should add a possibility to run inspections only for selected modules (in case of project wide inspections, for the projects of selected modules) and cache the inspection results. That should reduce the runtime on reparse considerably.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Prioritization