Adding run icons to editor view

已回答

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

com.intellij.execution.lineMarker.RunLineMarkerContributor

0

请先登录再写评论。