Interface IHoverRequest
- All Superinterfaces:
IPositionRequest,ISharedSettingsRequest
Hover request API.
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.lsp4j.RangeReturns the hover range and null otherwise.booleanisOpen()Returns true if hovered tag is opened and false otherwise.Methods inherited from interface org.eclipse.lemminx.services.extensions.IPositionRequest
getComponent, getCurrentAttribute, getCurrentAttributeName, getCurrentTag, getLineIndentInfo, getNode, getOffset, getParentElement, getPosition, getXMLDocumentMethods inherited from interface org.eclipse.lemminx.services.extensions.ISharedSettingsRequest
canSupportMarkupKind, getSharedSettings
-
Method Details
-
getHoverRange
org.eclipse.lsp4j.Range getHoverRange()Returns the hover range and null otherwise.- Returns:
- the hover range and null otherwise.
-
isOpen
boolean isOpen()Returns true if hovered tag is opened and false otherwise.- Returns:
- true if hovered tag is opened and false otherwise.
-