public interface ICompletionItemResolverRequest extends ISharedSettingsRequest, IComponentProvider
| Modifier and Type | Method and Description |
|---|---|
String |
getDataProperty(String fieldName)
Returns the value of a field from the supplementary data attached to the
request as a string.
|
Integer |
getDataPropertyAsInt(String fieldName)
Returns the value of a field from the supplementary data attached to the
request as an integer, or null if the field is not an integer.
|
DOMDocument |
getDocument()
Returns the DOM document.
|
String |
getParticipantId()
Returns the id of the participant that can resolve the request.
|
SharedSettings |
getSharedSettings()
Returns the shared settings.
|
org.eclipse.lsp4j.CompletionItem |
getUnresolved()
Returns the unresolved completion item.
|
canSupportMarkupKindgetComponentorg.eclipse.lsp4j.CompletionItem getUnresolved()
String getParticipantId()
String getDataProperty(String fieldName)
fieldName - the name of the field to retrieve the data fromInteger getDataPropertyAsInt(String fieldName)
fieldName - the name of the field to retrieve the data fromDOMDocument getDocument()
SharedSettings getSharedSettings()
getSharedSettings in interface ISharedSettingsRequestCopyright © 2022. All rights reserved.