Class XSIHoverParticipant
- java.lang.Object
-
- org.eclipse.lemminx.services.extensions.hover.HoverParticipantAdapter
-
- org.eclipse.lemminx.extensions.xsi.participants.XSIHoverParticipant
-
- All Implemented Interfaces:
IHoverParticipant
public class XSIHoverParticipant extends HoverParticipantAdapter
XSIHoverParticipant
-
-
Constructor Summary
Constructors Constructor Description XSIHoverParticipant()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.lsp4j.HoveronAttributeName(IHoverRequest request, org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker)onAttributeName method-
Methods inherited from class org.eclipse.lemminx.services.extensions.hover.HoverParticipantAdapter
onAttributeValue, onTag, onText
-
-
-
-
Method Detail
-
onAttributeName
public org.eclipse.lsp4j.Hover onAttributeName(IHoverRequest request, org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker) throws Exception
Description copied from interface:IHoverParticipantonAttributeName method- Specified by:
onAttributeNamein interfaceIHoverParticipant- Overrides:
onAttributeNamein classHoverParticipantAdapter- Returns:
- the Value of MarkupContent
String - Throws:
Exception
-
-