The default generatePreview would not work for these functions since they all depend on tryCorrespondedSubExpr which creates effects (invokeLater). Get rid of effecs in tryCorrespondedSubExpr (remove invocations of HintAction.showError in preview code?). Check that previews actually work for these intentions.
The following intention actions have dummy implementation for generatePreview.
The default
generatePreview
would not work for these functions since they all depend ontryCorrespondedSubExpr
which creates effects (invokeLater
). Get rid of effecs intryCorrespondedSubExpr
(remove invocations ofHintAction.showError
in preview code?). Check that previews actually work for these intentions.