public class AttributeCompletionItem
extends org.eclipse.lsp4j.CompletionItem
| Constructor and Description |
|---|
AttributeCompletionItem(String attrName,
boolean canSupportSnippets,
org.eclipse.lsp4j.Range fullRange,
boolean generateValue,
String defaultValue,
Collection<String> enumerationValues,
XMLFormattingOptions formattingSettings)
Attribute completion item.
|
equals, getAdditionalTextEdits, getCommand, getCommitCharacters, getData, getDeprecated, getDetail, getDocumentation, getFilterText, getInsertText, getInsertTextFormat, getKind, getLabel, getPreselect, getSortText, getTextEdit, hashCode, setAdditionalTextEdits, setCommand, setCommitCharacters, setData, setDeprecated, setDetail, setDocumentation, setDocumentation, setDocumentation, setFilterText, setInsertText, setInsertTextFormat, setKind, setLabel, setPreselect, setSortText, setTextEdit, toStringpublic AttributeCompletionItem(String attrName, boolean canSupportSnippets, org.eclipse.lsp4j.Range fullRange, boolean generateValue, String defaultValue, Collection<String> enumerationValues, XMLFormattingOptions formattingSettings)
attrName - attribute namecanSupportSnippets - true if snippets is supported to generate attribute
value and false otherwisefullRange - the range to edit.generateValue - true if attribute value must be generated and false
otherwise.defaultValue - the default value of attribute.enumerationValues - the enumeration values of attribute.formattingSettings - formatting settingsCopyright © 2020. All rights reserved.