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.
Please sign in to leave a 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.