How to implement a function that mouse hover on code and popup window

Answered

I am writing a plugin about a language;

I want to know how to popup a window like the picture when mouse hover on code?

Is there a extension to use or some example code to read?

 

0
1 comment

This is provided by DocumentationProvider extension point https://plugins.jetbrains.com/docs/intellij/documentation.html

0

Please sign in to leave a comment.