Uses of Interface
org.eclipse.lemminx.services.extensions.completion.ICompletionItemResolveParticipant
-
-
Uses of ICompletionItemResolveParticipant in org.eclipse.lemminx.extensions.contentmodel.participants
Methods in org.eclipse.lemminx.extensions.contentmodel.participants that return ICompletionItemResolveParticipant Modifier and Type Method Description ICompletionItemResolveParticipantContentModelCompletionParticipant. getResolveCompletionItemParticipant(String participantId) -
Uses of ICompletionItemResolveParticipant in org.eclipse.lemminx.extensions.contentmodel.participants.completion
Classes in org.eclipse.lemminx.extensions.contentmodel.participants.completion that implement ICompletionItemResolveParticipant Modifier and Type Class Description classAttributeNameCompletionResolverResolves the completion item with the documentation of the attribute name from the content model.classAttributeValueCompletionResolverResolves the documentation for the completion of the attribute value from the content model. -
Uses of ICompletionItemResolveParticipant in org.eclipse.lemminx.services.extensions.completion
Classes in org.eclipse.lemminx.services.extensions.completion that implement ICompletionItemResolveParticipant Modifier and Type Class Description classAbstractAttributeCompletionResolverAbstract class completion resolver to resolve :CompletionItem.setDocumentation(String)CompletionItem.setAdditionalTextEdits(java.util.List)CompletionItem.setDetail(String)for a given DOM attribute.classAbstractCompletionResolverAbstract class completion resolver to resolve :CompletionItem.setDocumentation(String)CompletionItem.setAdditionalTextEdits(java.util.List)CompletionItem.setDetail(String)classElementEndTagCompletionResolverResolves the completion item of an element completion with an additional text edits to update end tag.Methods in org.eclipse.lemminx.services.extensions.completion that return ICompletionItemResolveParticipant Modifier and Type Method Description default ICompletionItemResolveParticipantICompletionParticipant. getResolveCompletionItemParticipant(String participantId)Returns the completion item resolver that corresponds to the given participant id or null otherwise.
-