Interface IHoverParticipant
- All Known Implementing Classes:
ContentModelHoverParticipant,EntitiesHoverParticipant,HoverParticipantAdapter,XSIHoverParticipant
public interface IHoverParticipant
Hover participant API.
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.lsp4j.HoveronAttributeName(IHoverRequest request) onAttributeName methodorg.eclipse.lsp4j.HoveronAttributeValue(IHoverRequest request) onAttributeValue methodorg.eclipse.lsp4j.HoveronTag(IHoverRequest request) onTag methodorg.eclipse.lsp4j.HoveronText(IHoverRequest request) onText method
-
Method Details
-
onTag
onTag method -
onAttributeName
onAttributeName method -
onAttributeValue
onAttributeValue method -
onText
onText method
-