Adding run icons to editor view

Answered

I am creating a CLion plugin. I want to develop a functionality that will add run icons in the editor view (code) near to functions, like java main function have a run icon near to it or unit test files has individual run icons for every functions.

how to develop this feature in my plugin? 

0
1 comment

com.intellij.execution.lineMarker.RunLineMarkerContributor

0

Please sign in to leave a comment.