public interface IHoverParticipant
Modifier and Type | Method and Description |
---|---|
org.eclipse.lsp4j.Hover |
onAttributeName(IHoverRequest request)
onAttributeName method
|
org.eclipse.lsp4j.Hover |
onAttributeValue(IHoverRequest request)
onAttributeValue method
|
org.eclipse.lsp4j.Hover |
onTag(IHoverRequest request)
onTag method
|
org.eclipse.lsp4j.Hover |
onText(IHoverRequest request)
onText method
|
org.eclipse.lsp4j.Hover onTag(IHoverRequest request) throws Exception
org.eclipse.lsp4j.Hover onAttributeName(IHoverRequest request) throws Exception
org.eclipse.lsp4j.Hover onAttributeValue(IHoverRequest request) throws Exception
org.eclipse.lsp4j.Hover onText(IHoverRequest request) throws Exception
Copyright © 2021. All rights reserved.