Uses of Interface
org.eclipse.lemminx.services.extensions.IHoverRequest
Packages that use IHoverRequest
Package
Description
-
Uses of IHoverRequest in org.eclipse.lemminx.extensions.contentmodel.participants
Methods in org.eclipse.lemminx.extensions.contentmodel.participants with parameters of type IHoverRequestModifier and TypeMethodDescriptionorg.eclipse.lsp4j.HoverContentModelHoverParticipant.onAttributeName(IHoverRequest hoverRequest) org.eclipse.lsp4j.HoverContentModelHoverParticipant.onAttributeValue(IHoverRequest hoverRequest) org.eclipse.lsp4j.HoverContentModelHoverParticipant.onTag(IHoverRequest hoverRequest) org.eclipse.lsp4j.HoverContentModelHoverParticipant.onText(IHoverRequest hoverRequest) -
Uses of IHoverRequest in org.eclipse.lemminx.extensions.entities.participants
Methods in org.eclipse.lemminx.extensions.entities.participants with parameters of type IHoverRequestModifier and TypeMethodDescriptionorg.eclipse.lsp4j.HoverEntitiesHoverParticipant.onText(IHoverRequest request) -
Uses of IHoverRequest in org.eclipse.lemminx.extensions.xsi
Methods in org.eclipse.lemminx.extensions.xsi with parameters of type IHoverRequestModifier and TypeMethodDescriptionstatic org.eclipse.lsp4j.HoverXSISchemaModel.computeHoverResponse(DOMAttr attribute, IHoverRequest request) -
Uses of IHoverRequest in org.eclipse.lemminx.extensions.xsi.participants
Methods in org.eclipse.lemminx.extensions.xsi.participants with parameters of type IHoverRequestModifier and TypeMethodDescriptionorg.eclipse.lsp4j.HoverXSIHoverParticipant.onAttributeName(IHoverRequest request) -
Uses of IHoverRequest in org.eclipse.lemminx.services.extensions
Methods in org.eclipse.lemminx.services.extensions with parameters of type IHoverRequestModifier and TypeMethodDescriptionorg.eclipse.lsp4j.HoverHoverParticipantAdapter.onAttributeName(IHoverRequest request) org.eclipse.lsp4j.HoverIHoverParticipant.onAttributeName(IHoverRequest request) onAttributeName methodorg.eclipse.lsp4j.HoverHoverParticipantAdapter.onAttributeValue(IHoverRequest request) org.eclipse.lsp4j.HoverIHoverParticipant.onAttributeValue(IHoverRequest request) onAttributeValue methodorg.eclipse.lsp4j.HoverHoverParticipantAdapter.onTag(IHoverRequest request) org.eclipse.lsp4j.HoverIHoverParticipant.onTag(IHoverRequest request) onTag methodorg.eclipse.lsp4j.HoverHoverParticipantAdapter.onText(IHoverRequest request) org.eclipse.lsp4j.HoverIHoverParticipant.onText(IHoverRequest request) onText method