Reputation: 21
Just like the Spring plugin. I want to add a clickable icon to the left of the code editor.
Upvotes: 1
Views: 261
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