[plugin development] Create tooltip under methods

Hi,

I would like to create tooltop under method with my text and grey method name - like "Method () is never used" but even if it is used. I know only method name.  How i have to do it?

0
2 comments

You need to create an inspection. Best example of how all the Java stuff is done is in the https://github.com/JetBrains/intellij-community source. Look for JavacQuirksInspection and drill down from there.

I always have another IntelliJ open with intellij-community while working on my plugin. It is a wealth of information and IntelliJ is the best search engine for it. ;)

 

1
Avatar
Permanently deleted user

Thanks! It's working :D

0

Please sign in to leave a comment.