Interface IHoverRequest

All Superinterfaces:
IPositionRequest, ISharedSettingsRequest

public interface IHoverRequest extends IPositionRequest, ISharedSettingsRequest
Hover request API.
  • 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.