Interface IHoverRequest
-
- All Superinterfaces:
IPositionRequest,ISharedSettingsRequest
public interface IHoverRequest extends IPositionRequest, ISharedSettingsRequest
Hover request API.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.lsp4j.RangegetHoverRange()Returns 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, getXMLDocument
-
Methods inherited from interface org.eclipse.lemminx.services.extensions.ISharedSettingsRequest
canSupportMarkupKind, getSharedSettings
-
-