public class WebReferenceDocumentationProvider extends AbstractDocumentationProvider
EP_NAME
Constructor and Description |
---|
WebReferenceDocumentationProvider() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getQuickNavigateInfo(PsiElement element,
PsiElement originalElement)
Returns the text to show in the Ctrl-hover popup for the specified element.
|
getCustomDocumentationElement, getLocalImageForElement
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
collectDocComments, generateDoc, generateHoverDoc, generateRenderedDoc, getCustomDocumentationElement, getDocumentationElementForLink, getDocumentationElementForLookupItem, getUrlFor
public java.lang.String getQuickNavigateInfo(PsiElement element, PsiElement originalElement)
DocumentationProvider
element
- the element for which the documentation is requested (for example, if the mouse is over
a method reference, this will be the method to which the reference is resolved).originalElement
- the element under the mouse cursornull
if the provider can't provide any documentation for this element. Documentation can contain
HTML markup. If HTML special characters need to be shown in popup, they should be properly escaped.