Listen for inspection results and create custom quickfix?

Hi,

I am looking for a way to listen for inspection results of an inspection that ships with Pycharm and create a custom quickfix (with the yellow bulb) based on inspection results.

How can I approach that?

Bye,

Jo

There is a code sample with code inspection and a quickfix.
However, I cannot advice on the listening for inspection results.

I cannot advice on the listening for inspection results.

Is it a performance issue?

I would want to offer the quickfix for type-checker related warnings.

There’s the com.intellij.errorQuickFixProvider extension point.