Extending Coverage functionality
Answered
Is there any way to add my own actions to coverage related menu, which appears on gutter red/green line?
I see that CoverageLineMarkerRenderer constructs it in com.intellij.coverage.CoverageLineMarkerRenderer#createActionsToolbar method.
I want to add my own action between EditCoverageColorsAction and HideCoverageInfoAction.
Please sign in to leave a comment.
The current implementation does not allow adding custom actions, please file feature request in https://youtrack.jetbrains.com/issues/IDEA
Hi Yann,
I've created https://youtrack.jetbrains.com/issue/IDEA-246036, could you please check if it's understandable and fits feature request rules?
Thanks!
LGTM