Help document for plugin

Answered

What is the recommended way of providing help for IntelliJ plugins? Can it be in package or external URL?

Also, How can I add help button in a tool window, like in Ant tool window option menu->Help ?

 

Thanks in advance.

0
1 comment

Please see com.intellij.openapi.help.WebHelpProvider to provide custom help pages for your plugin. You can add additional "Help" button/action via com.intellij.ide.actions.ContextHelpAction.

0

Please sign in to leave a comment.