lvyahui
lvyahui

Reputation: 21

How to add an icon in the left column of Intellij idea edit window?

example

Just like the Spring plugin. I want to add a clickable icon to the left of the code editor.

Upvotes: 1

Views: 261

Answers (1)

hsz
hsz

Reputation: 152226

You can implement such icon using the codeInsight.lineMarkerProvider extension ponit.

Check the IntelliJ Platform SDK Docs - Line Marker Provider for more details.

Upvotes: 1

Related Questions