Show image on hover over PsiElement
已回答
Is it possible to show an image when the mouse is over a PsiElement who's text contains an image filename?
请先登录再写评论。
See org.intellij.images.fileTypes.ImageDocumentationProvider for a sample
Many thanks!! This works.