Help document for plugin
已回答
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 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.