Class EntitiesHoverParticipant
- java.lang.Object
-
- org.eclipse.lemminx.services.extensions.hover.HoverParticipantAdapter
-
- org.eclipse.lemminx.extensions.entities.participants.EntitiesHoverParticipant
-
- All Implemented Interfaces:
IHoverParticipant
public class EntitiesHoverParticipant extends HoverParticipantAdapter
Entities hover used in a text node (ex : &).
-
-
Constructor Summary
Constructors Constructor Description EntitiesHoverParticipant()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.lsp4j.HoveronText(IHoverRequest request, org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker)onText method-
Methods inherited from class org.eclipse.lemminx.services.extensions.hover.HoverParticipantAdapter
onAttributeName, onAttributeValue, onTag
-
-
-
-
Method Detail
-
onText
public org.eclipse.lsp4j.Hover onText(IHoverRequest request, org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker) throws Exception
Description copied from interface:IHoverParticipantonText method- Specified by:
onTextin interfaceIHoverParticipant- Overrides:
onTextin classHoverParticipantAdapter- Returns:
- the Value of MarkupContent
String - Throws:
Exception
-
-