Uses of Class
org.eclipse.lemminx.services.extensions.completion.AbstractCompletionResolver
Packages that use AbstractCompletionResolver
Package
Description
-
Uses of AbstractCompletionResolver in org.eclipse.lemminx.extensions.contentmodel.participants.completion
Subclasses of AbstractCompletionResolver in org.eclipse.lemminx.extensions.contentmodel.participants.completionModifier and TypeClassDescriptionclassResolves the completion item with the documentation of the attribute name from the content model.classResolves the documentation for the completion of the attribute value from the content model. -
Uses of AbstractCompletionResolver in org.eclipse.lemminx.services.extensions.completion
Modifier and TypeClassDescriptionclassAbstract class completion resolver to resolve :CompletionItem.setDocumentation(String)CompletionItem.setAdditionalTextEdits(java.util.List)CompletionItem.setDetail(String)for a given DOM attribute.classResolves the completion item of an element completion with an additional text edits to update end tag.