| Modifier and Type | Method and Description |
|---|---|
ICompletionItemResolveParticipant |
ContentModelCompletionParticipant.getResolveCompletionItemParticipant(String participantId) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCMCompletionResolver
Represents a completion item resolver that resolves the completion item using
information from the content model
|
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 | Method and Description |
|---|---|
default ICompletionItemResolveParticipant |
ICompletionParticipant.getResolveCompletionItemParticipant(String participantId)
Returns the completion item resolver that corresponds to the given
participant id or null otherwise.
|
Copyright © 2022. All rights reserved.