Show image on hover over PsiElement
Answered
Is it possible to show an image when the mouse is over a PsiElement who's text contains an image filename?
Please sign in to leave a comment.
See org.intellij.images.fileTypes.ImageDocumentationProvider for a sample
Many thanks!! This works.