Package | Description |
---|---|
org.eclipse.lemminx.extensions.contentmodel.participants.completion | |
org.eclipse.lemminx.services.extensions.completion |
Modifier and Type | Class and Description |
---|---|
class |
AttributeNameCompletionResolver
Resolves the completion item with the documentation of the attribute name
from the content model.
|
class |
AttributeValueCompletionResolver
Resolves the documentation for the completion of the attribute value from the
content model.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractAttributeCompletionResolver
Abstract class completion resolver to resolve :
CompletionItem.setDocumentation(String)
CompletionItem.setAdditionalTextEdits(java.util.List)
CompletionItem.setDetail(String)
for a given DOM attribute. |
class |
ElementEndTagCompletionResolver
Resolves the completion item of an element completion with an additional text
edits to update end tag.
|
Copyright © 2022. All rights reserved.